make_seurat_annot | R Documentation |
This function takes in raw counts (and potentially meta data) to make a Seurat object and process it
make_seurat_annot(
cb,
md = NULL,
seed_FindClusters = 0,
seed_RunTSNE = 1,
seed_RunUMAP = 42
)
cb |
sparse counts matrix (genes x cells/beads) |
md |
data.frame of meta data for cells/beads if specific annotations known |
seed_FindClusters |
seed number for FindCLusters |
seed_RunTSNE |
seed number for RunTSNE |
seed_RunUMAP |
seed number for RunUMAP |
A Seurat object with specific Seurat features run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.