computeChromosomalInstability | R Documentation |
Estimates the degree of chromosomal damage of each observation by computing the variance of copy number variations across chromosomes 1-22.
(Requires the results of runCNV()
).
computeChromosomalInstability(object, chr_vars = stringr::str_c("Chr", 1:22))
object |
An object of class |
chr_vars |
Character vector. Names of the meta features that contain the copy number variation scores for each chromosome. |
The updated input object, containing the added, removed or computed results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.