GeneSummary | R Documentation |
GeneSummary
GeneSummary(
data,
identity = "orig.ident",
split.by = "DKCC",
features = rownames(data),
cells = colnames(data),
do.norm = T,
group.by = NULL
)
data |
seurat object |
identity |
column name in metadata describing required sample identity |
split.by |
column name in metadat describing required annotation/classification identity |
features |
features to use, defaults to all |
cells |
cells to use, defaults to all |
do.norm |
option to run normalisation on data if not already done, set TRUE if required |
group.by |
secondary grouping identity, default is NULL |
output <- GeneSummary(organoid, features = c("GAPDH", "SIX2", "JAG1", "EPCAM", "NPHS1"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.