View source: R/ArchR_ExtractIds.R
ArchR_ExtractIds | R Documentation |
This function extracts the IDs to be plotted, either by cut off or cut off + top n features
ArchR_ExtractIds(
seMarker,
cutOff = "FDR <= 1 & Log2FC >= 0",
top_n = TRUE,
n = 10,
group_name = "clusters"
)
seMarker |
the se object created |
cutOff |
string to filter features, eg by FDR or Log2FC |
top_n |
boolean to extract top n features |
n |
if top_n is TRUE, extract top n features |
group_name |
name of grouping to be used when extracting top n features |
means matrix for plotting
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.