Description Usage Arguments Value See Also
View source: R/pscnseq_sequenza.R
Estimates Cellularity and Ploidy and Copy-Number Calls using Sequenza
1 2 3 4 5 6 7 8 9 | pscnseq_sequenza(
dataset,
organism,
chrs,
samples,
fasta,
gcbase,
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’. |
verbose |
(logical) If TRUE, then verbose output is produced, otherwise not. |
A aroma.seq::SeqzFileSet.
This function uses aroma.seq::pileup2seqz()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.