getMarkers.Rd
This function will identify Markers and return a List of Features or a GRangesList for each group of significant marker features.
getMarkers(
seMarker = NULL,
cutOff = "FDR <= 0.1 & Log2FC >= 0.5",
n = NULL,
returnGR = FALSE
)
A SummarizedExperiment
object returned by getMarkerFeatures()
.
A valid-syntax logical statement that defines which marker features from seMarker
. cutoff
can contain any
of the assayNames
from seMarker
.
An integer that indicates the maximum number of features to return per group.
A boolean indicating whether to return as a GRanges
object. Only valid when seMarker
is computed for a PeakMatrix.