View source: R/countland_subset.R
SubsetCells | R Documentation |
Subsets cells using a vector of cell indices
SubsetCells(C, cell_indices, remove_empty = TRUE)
C |
countland object |
cell_indices |
vector of cell index values |
remove_empty |
filter out cells and genes with no observed counts (default=TRUE) |
countland object, count matrix updated
gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
C <- SubsetCells(C,cell_indices=1:50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.