View source: R/countland_subset.R
RestoreCounts | R Documentation |
Restore count matrix to original state
RestoreCounts(C)
C |
countland object |
countland object
gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
C <- SubsetGenes(C,gene_indices=1:200)
C <- SubsetCells(C,cell_indices=1:50)
C <- RestoreCounts(C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.