Description Usage Arguments Details Value Examples
Compute the number of non-telomeric allelic imbalance (NTAI) events
1 | getNTAI.norm(seq.dat, CN.dat, min.seg.size = 1.1e+07)
|
seq.dat |
the data.frame of sequencing data |
CN.dat |
the data.frame of copy number information |
min.seg.size |
the minimum segment size |
raw NTAI is calculated as the number of segments where the segment size is greater than the minimum segment size; allelic imbalance is present; the segment does not cross the centromere; and the segment is not in either of the telomeres. NTAI is normalized by removing all main copy number segments.
the number of NTAI events
1 2 3 4 5 | seq.dat <- preprocessHRD( seq.dat )
CN.dat <- getCNt( seq.dat )
## the number of NTAI events in seq.dat
ntai <- getNTAI.norm( seq.dat, CN.dat)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.