getVarDeviations.Rd
This function will rank the variability of the deviations computed by ArchR and label the top variable annotations.
getVarDeviations(ArchRProj = NULL, name = "MotifMatrix", plot = TRUE, n = 25)
An ArchRProject
object.
The name of the DeviationsMatrix
object stored in the ArchRProject
. See addDeviationsMatrix()
.
A boolean value indicating whether the ranked variability should be plotted for each peakAnnotation in DeviationsMatrix
.
The number of annotations to label with ggrepel
.