Description Usage Arguments Details See Also
A wrapper function to run samtools (mpileup)
1 | read.pileup.gz(ref.fa, fns.bam, sample.name, output.dir, mapQ=1, run.cmd=TRUE, mc.cores=1)
|
ref.fa |
Reference fasta file path |
sample.name |
A character vector for the sample names |
mapQ |
Mapping quality (default=1) |
run.cmd |
Whether to execute the command line (default=TRUE) |
mc.cores |
The number of cores to use. Must be at least one(default=1), and parallelization requires at least two cores. |
normal.bam |
BAM files of normal sample |
tumor.bam |
BAM files of tumor sample |
Generates VCF, BCF or pileup for one or multiple BAM files. Alignment records are grouped by sample (SM) identifiers in @RG header lines. If the sample identifiers are absent, each input file is regarded as one sample.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.