Description Usage Arguments Value
View source: R/testLRRDistributions.R
Apply a row of statistical tests to LRR distribtuions in CNV and flanking regions within and between individuals in a trio
1 | testLRRDistributions(my_lrr, cohen_dist = 3, sign_lrr_dist = 0.01)
|
my_lrr |
The input data table with LRR values in CNV and flanking regions collated with readInputs in "data" for each individual |
cohen_dist |
A cutoff on Cohen distance between CNV and flank LRR value distributions. If cohen distance is equal or smaller that this cutoff the distributions are considered not different without further testing. Default is 3. |
sign_lrr_dist |
A cutoff of p-value at which difference between two individual's CNV LRR value distributions is set as significant, using Kernel density based global two-sample comparison test from ks package. Default is 0.01. |
A data table with summaries and test results for LRR-based tests between the individuals (lrrtest) and between CNV and flank for each individual (flanktest).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.