Find_Markers
1 2 3 4 5 6 7 8 9 10 11 | Find_Markers(
seuratObj,
resolutionToUse,
outFile = NULL,
saveFileMarkers = NULL,
testsToUse = c("wilcox", "bimod", "roc", "t", "negbinom", "poisson", "LR", "MAST",
"DESeq2"),
numGenesToSave = 20,
onlyPos = F,
includeNameTranslation = T
)
|
seuratObj |
A seurat object |
resolutionToUse |
The resolution, generally computed during FindClustersAndDimRedux() |
outFile |
A file where a table of markers will be saved |
saveFileMarkers |
A file where the dataframe of markers will be saved as RDS |
testsToUse |
A vector of tests to be used. Each will be used to run FindAllMarkers() and the results merged |
numGenesToSave |
The number of top markers per cluster to save |
onlyPos |
If true, only positive markers will be saved |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.