Description Usage Arguments Value
View source: R/SingleR_Seurat.R
Compute SingleR classification on a Seurat object
1 2 3 4 5 6 7 8 9 10 |
seuratObj |
A Seurat object |
datasets |
One or more datasets to use as a reference. Allowable values are: hpca, blueprint, dice, monaco, and immgen. See cellDex package for available datasets. |
assay |
The assay in the seurat object to use |
resultTableFile |
If provided, a table of results will be saved here |
singlerSavePrefix |
If provided, the SingleR results will be saved to RDS here |
minFraction |
If provided, any labels present with fraction of this or fewer across cells will be converted to Unknown |
showHeatmap |
If true, heatmaps will be generated showing the SingleR calls |
maxCellsForHeatmap |
The heatmap will only be plotted if the total cells is below this number |
The modified seurat object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.