Description Usage Arguments Details Value See Also
View source: R/CopySeg_falcon.R
NGS probes are extracted rom a vcfR object, scaled and bias corrected to optimize estimatio
of allelelic composition. This function can handle only a combination of one tumor sample with
a matched normal sample. Analysis is performed using the package falcon
1 | CopySeg_falcon(data, AD, file.name, uniform.break)
|
data |
A |
AD |
a |
file.name |
A |
uniform.break |
A numeric value signifying fixed length of the genomic window. Each window is considered as distinct chromosomal segment with edges being the break points for copy number estimation. |
This function uses falcon
to estimate allele specific copy number of all
sequeneced probes. Subsequently sliding window algorithm is used to generate chromosomal segments
with precicted distinct copynumbers. The relative coverages are sclaed with GC content of the binned
windows
A list of two data frames that is further used to obtain the allelic segmentation plot
Benjamini et al., 2012
with a loess regression loess
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.