View source: R/get.cna.thresholds.R
get.cna.thresholds | R Documentation |
Determine tumour:normal count ratio thresholds used for calling CNA states. Basic formula is median - x*SD.
get.cna.thresholds(ratios, percent = 0.8)
ratios |
A vector of tumour:normal ratios. See output of NanoStringNormCNV:::get.tumour.normal.ratio |
percent |
The percent of density you would like to have between the threshold bounds (0.1 - 0.99). Default is 0.8 |
Returns the ratio thresholds that should be used to call CNA states for a given set of tumour:normal ratios. Thresholds are based on the standard deviations of the central 50% of probes. Kernel type is gaussian.
A data-frame of 2 thresholds
Emilie Lalonde and Veronica Sabelnykova
NanoStringNormCNV:::get.cna.thresholds(ratios = rnorm(1000, 5, 4), percent = 0.9);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.