Description Usage Arguments Details Value
View source: R/CopySeg_sequenza.R
Allelic segmentations are estimated for one sample at a time with unfiltered sequencing calls
using the package sequenza
.
This function can handle only a combination of one tumor sample with
a matched normal sample.
1 | CopySeg_sequenza(x, AD, file.name)
|
x |
A |
AD |
a |
file.name |
an optional |
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 segmentations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.