Description Usage Arguments Value
Performs cell typing on chunks of FASTGenomics expression files. Useful for large datasets and limited computing ressources.
1 2 3 | scoreCellsInChunks(dataset = NULL, filename = NULL,
chunkSize = 10000, markerGenes = NULL, geneColumn = "entrez_id",
scoreColumn = "score", classColumn = "cell_type", verbose = TRUE)
|
dataset |
A FASTGenomics Matrix of expression values. |
filename |
Name of FASTGenomics HDF5 file. |
markerGenes |
An optional data frame with scores of marker genes for cell types; the immune cell markers compiled from Newman et al., Nature Methods (2015) is provided as default. |
geneColumn |
Gene column name in markerGenes data frame; defaults to |
scoreColumn |
Score column name in markerGenes data frame; defaults to |
classColumn |
Class column name in markerGenes data frame; defaults to |
A data frame with class assignment and scores for classes per cell.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.