Description Usage Arguments Value See Also
View source: R/pscnseq_mpileup.R
Produces "pileup" Output Files from Read Alignments (BAM Files)
1 2 3 4 5 6 7 8 9 10 | pscnseq_mpileup(
dataset,
organism,
chrs,
samples,
fasta,
gcbase,
bam_pattern = NULL,
verbose = FALSE
)
|
dataset |
(character) The name of the dataset as on file. |
organism |
(character) The name of the organism as on file. |
chrs |
(character vector) The name of the chromosomes to be processed,
e.g. |
samples |
(character) Pathname to a tab-delimited sample specification file, typically named ‘*.tsv’, e.g. ‘samples.tsv’. |
fasta |
(character) The pathname to the FASTA reference file, typically named ‘*.fa’ or ‘*.fasta’, e.g. ‘hg19.fa’. |
gcbase |
(character) The pathname to the FASTA reference file, typically named ‘*.txt.gz’, e.g. ‘hg19.gc50Base.txt.gz’. |
bam_pattern |
(character; optional) Regular expression to identify
subset of BAM files to be processed. If NULL (default), then BAM files
matching |
verbose |
(logical) If TRUE, then verbose output is produced, otherwise not. |
A aroma.seq::MPileupFileSet.
This function uses aroma.seq:mpileup()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.