View source: R/countland_score.R
ScoreCells | R Documentation |
Calculate several scores for counts across cells
ScoreCells(C, gene_string = NULL)
C |
countland object |
gene_string |
string with regular expression expression matching gene names of interest (default=NULL) |
countland object with slot cell_scores
gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
C <- ScoreCells(C,gene_string="*149932$")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.