View source: R/methods-Signature.R
processSignatures | R Documentation |
Removes genes that don't match a gene in the expression matrix Drops signatures with less than 'minSignatureGenes' matching genes
processSignatures(sigData, exprData, minSignatureGenes, sig_gene_threshold)
sigData |
list of signature objects |
exprData |
gene expression matrix |
minSignatureGenes |
minimum number of genes a signature must match in the expression matrix in order to be retained |
sig_gene_threshold |
Proportion of cells that a gene must be detected in (nonzero) to be used in signature score calculations. |
processedSigData list of signature objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.