getMarkers | R Documentation |
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 )
seMarker |
A |
cutOff |
A valid-syntax logical statement that defines which marker features from |
n |
An integer that indicates the maximum number of features to return per group. |
returnGR |
A boolean indicating whether to return as a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.