ScoreGenes {countland} | R Documentation |
Calculate several scores for count-based gene expression.
ScoreGenes(C, subsample = FALSE)
C |
countland object |
subsample |
if TRUE, use subsampled counts, otherwise use counts (default=FALSE) |
countland object with slot gene_scores
gold_path <- system.file("testdata", package = "countland", mustWork = TRUE)
gold.data <- Seurat::Read10X(data.dir = gold_path)
C <- countland(gold.data)
C <- ScoreGenes(C)