testLRRDistributions: Apply a row of statistical tests to LRR distribtuions in CNV...

Description Usage Arguments Value

View source: R/testLRRDistributions.R

Description

Apply a row of statistical tests to LRR distribtuions in CNV and flanking regions within and between individuals in a trio

Usage

1
testLRRDistributions(my_lrr, cohen_dist = 3, sign_lrr_dist = 0.01)

Arguments

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.

Value

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).


aksenia/SeeCiTe documentation built on Jan. 19, 2021, 12:35 a.m.