View source: R/countland_subset.R
SubsetGenes | R Documentation |
Subsets genes using a vector of gene indices
SubsetGenes(C, gene_indices, remove_empty = TRUE)
C |
countland object |
gene_indices |
vector of gene 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 <- SubsetGenes(C,gene_indices=1:200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.