View source: R/cnaHotspotGenes.R
cnaHotspotGenes | R Documentation |
Find Genes in the top nth quantile for CNA Signal values
cnaHotspotGenes(cna, gene.quantile, cell.quantile = NULL)
cna |
a matrix of gene rows by cell columns containing CNA values |
gene.quantile |
calculate CNA measures including only top / "hotspot" genes according to their squared CNA values across all cells. Value between 0 and 1 denoting the quantile of genes to include. |
gene names in the top nth quantile, where n is specified via <gene.quantile>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.