Description Usage Arguments Value Examples
A function Scores a data matrix with AUCell in batches. Idea is to limit memory consumption when scoring with AUCell
1 | AUCell_batch(inp_data, genesets, num_batches = 100)
|
inp_data |
SCE object |
genesets |
geneset that you want test with the SCE object,amed list of character vectors, each consisting of a set of gene symbols |
num_batches |
umber of batches to run AUCell for. More batches = fewer cells (observations) |
Returns an either an nxp matrix (samples x scores)
1 2 3 4 | expr <- load_expression("mf_patient02.csv")
pathway_scores <- AUCell_batch(counts(expr), genesets = c(hallmarks), num_batches=20)
# Access pathway_scores
pathway_scores
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.