Description Usage Arguments Value See Also
View source: R/pscnseq_pscbs.R
Runs Parent-Specific Copy-Number Segmentation (PSCBS) on a Dataset
1 | pscnseq_pscbs(dataset, organism, chrs, samples, binsize, 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’. |
binsize |
(integer or numeric) The bin size (in basepairs) used for binning reads into bins that then are passed to the segmentation method. |
verbose |
(logical) If TRUE, then verbose output is produced, otherwise not. |
(character vector) Pathnames to ‘*,PairedPSCBS.rds’ files holding PSCBS::segmentByPairedPSCBS results.
This function uses PSCBS::segmentByPairedPSCBS()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.