View source: R/sc_clustering_methods.R
create_sce_from_normcounts | R Documentation |
Create SingleCellExperiment object from normalized data
create_sce_from_normcounts(normcounts, col.data, row.data = NULL)
normcounts |
gene-by-cell matrix of normalized expressions |
col.data |
a dataframe containing cell informations |
row.data |
a dataframe containing gene informations |
a SingleCellExperiment object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.