Description Usage Arguments Details Value See Also Examples
Allelic segmentations are estimated for one sample at a time with unfiltered sequencing calls.
1 | AlleleComp(data, AD, file.name, method, uniform.break)
|
data |
A |
AD |
a |
file.name |
an optional |
method |
Algorithm to be used for copy number calculations. options include "apriori" wich
uses |
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. A good window length is 1Mb (i.e. 1e6) |
The function writes a .txt data in working directory with the name defined in file.name
used by sequenza.
The output file written can be used in conjunction with post variants call sequence file. These can be merged and used for surther analysis
with cluster.doc
or seqn.scale
A transformed dataframe
usable in CloneStrat that represents data on all variants
in the .vcf file. It returns summaries on the variants with the collumn CN.profile depicting
the estimated allelic compositions.
1 | #AlleleComp(data = x, AD = "AD", method = "naive")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.