View source: R/sc_clustering_methods.R
create_sce_from_counts | R Documentation |
Create SingleCellExperiment object from count data
create_sce_from_counts(counts, col.data, row.data = NULL, scale.factor = 10000)
counts |
gene-by-cell count matrix |
col.data |
a dataframe containing cell informations |
row.data |
a dataframe containing gene informations |
scale.factor |
scalar used for per cell sum of count normalization |
a SingleCellExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.