countland | R Documentation |
Initialize a countland object from a dgCMatrix
countland(m, remove_empty = TRUE, verbose = TRUE)
m |
A matrix of counts (dense or sparse) |
remove_empty |
filter out cells and genes with no observed counts (default=TRUE) |
verbose |
show stderr message statements (default=TRUE) |
countland object
gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.