Description Usage Arguments Value
Create Seurat object from count data (usually from Read10X()). This also sets pct.mito.
1 2 3 4 5 6 7 8 | CreateSeuratObj(
seuratData = NA,
project = NA,
minFeatures = 25,
minCells = 0,
mitoGenesPattern = "^MT-",
gtfFile = NA
)
|
seuratData, |
Seurat input data, usually from Read10X(). |
project, |
Sets the project name for the Seurat object. |
minFeatures, |
Include cells where at least this many features are detected. |
minCells, |
Include features detected in at least this many cells. |
mitoGenesPattern |
The expression to use when identfying mitochondrial genes |
A Seurat object with p.mito calculated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.