Description Usage Arguments Details Value Examples
View source: R/preprocessHRD.R
Define additional properties of the sequencing data necessary to compute HRD
1 | preprocessHRD(seq.dat, ref)
|
seq.dat |
the raw sequencing data |
ref |
the reference genome to use (grch37, grch38) |
define chromosome size, arms, telomere position, and centromere position from reference data; compute allelic imbalance and segment size
seq.dat
1 2 3 4 | seq.dat <- sub01.segments[ sub01.segments$chromosome == "chr1",]
seq.dat <- preprocessHRD( seq.dat )
seq.dat
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.