You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the sexCheck argument to processBismark() to confirm the sex of samples by using k-means clustering of the ratio of coverage for the Y chromosome and X chromosome. Developed by @hyeyeon-hwang.
GOplot() will now also slim GO terms using REVIGO and rank the terms based on dispensability.
GOfuncR() now supports all genomes.
methylLearn() heatmaps now display Z-scores and gene region annotations. Developed by @hyeyeon-hwang.
Improvements to densityPlot() and PCA().
Improvements to imports to reduce install time and remove install warnings.
Moved Bioconductor annotation database loading from DM.R to DMRichR::annotationDatabases().
Parallelized GREAT and GOfuncR and added enrichr:::.onAttach() to DM.R.
Simplification of RData from DM.R.
Major documentation updates that give an overview of the DM.R workflow and key DMRichR functions.