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