Description Usage Arguments Details References See Also
A wrapper function to run sequenza-utils.py in sequenza (pileup2seqz, seqz-binning)
1 | pileup2seqz(gc.fn, normal.pileup.gz, window=1000000, tumor.pileup.gz, output.dir, run.cmd=T, mc.cores=1)
|
normal.pileup.gz |
samtools pileup file of normal sample |
window |
A parameter value for -w in sequenza. Indicate a window size (in bases), to be used for the binning. |
tumor.pileup.gz |
samtools pileup file of tumor sample |
fn.gc |
output file of generate.GC function |
A seqz file contains genotype information, alleles and mutation frequency, and other features. This file is used as input for the R-based part of Sequenza.
Sequenza: allele-specific copy number and mutation profiles from tumor sequencing data.
https://cran.r-project.org/web/packages/sequenza/vignettes/sequenza.pdf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.