statsCNA,CNAclinicData-method | R Documentation |
Calculate the fraction of genome altered (FGA) and/or the median of the absolute values of all pairwise differences (MAPD) between adjacent genomic bin values.
## S4 method for signature 'CNAclinicData'
statsCNA(object, measure = c("FGA", "MAPD"),
digits = 3)
object |
a CNAclinicData object containing copy number calls |
measure |
Either "FGA", "MAPD" or both |
a matrix containing the values for the chosen measure(s) for each sample
## Not run:
vignette("CNAclinic")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.