rawEnrichmentAnalysis | R Documentation |
rawEnrichmentAnalysis
Returns the raw xCell cell types enrichment scores.
rawEnrichmentAnalysis(expr, signatures, genes, file.name = NULL,
parallel.sz = 4, parallel.type = "SOCK")
expr |
the gene expression data set. A matrix with row names as symbols and columns as samples. |
signatures |
a GMT object of signatures. |
genes |
list of genes to use in the analysis. |
file.name |
string for the file name for saving the scores. Default is NULL. |
parallel.sz |
integer for the number of threads to use. Default is 4. |
parallel.type |
Type of cluster architecture when using snow. 'SOCK' or 'FORK'. Fork is faster, but is not supported in windows. |
the raw xCell scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.