View source: R/seurat_wrappers.R View source: R/scRNA.R
seuratify | R Documentation |
This function takes in raw counts data and associa ted metadata and creates a SeuratObject
This function takes in raw counts data and associated metadata and creates a SeuratObject
seuratify(counts, prj_name = "") seuratify(counts, prj_name = "")
counts |
a m x n matrix of raw count data where m = no. genes, and n = no. cells |
prj_name |
project name string |
metadata |
matrix of metadata with at least a column cell identifier named "cellid" |
a Seurat object of your count matrix with metadata
a Seurat object of your count matrix with metadata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.