create_SCE | R Documentation |
Create an SCE object from a sparse matrix
create_SCE(x, name = "SCE")
x |
A sparse matrix consisting of raw expression counts from a single-cell RNA experiment, with genes in the rows and droplets in the columns. |
name |
An optional character name for the SCE object. |
SCE object
counts <- matrix(sample(c(0,1,2), 1000, replace=TRUE), nrow=10, ncol=100) mb_sce <- create_SCE(x=counts, name="Mouse Brain")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.