exportAromaUnitPscnBinarySet | R Documentation |
Export total and allele B signal data sets as a unified parent-specific copy number signal data set, where each sample is stored in one data file (contrary to the input data sets where each sample is stored in two separated files).
## S3 method for class 'AromaUnitTotalCnBinarySet'
exportAromaUnitPscnBinarySet(dsT, dsB="*", dataSet="*", tags="*", ...,
rootPath="totalAndFracBData/", overwrite=!skip, skip=TRUE, verbose=FALSE)
## S3 method for class 'list'
exportAromaUnitPscnBinarySet(dsList, ...)
dsT , dsB |
An |
dataSet , tags |
The name and tags of the output data set.
The default is to infer those from the input |
... |
Not used. |
rootPath |
The root path of the output data set. |
overwrite , skip |
Specifies whether to overwrite and/or skip already exported samples. |
verbose |
See |
Returns an AromaUnitPscnBinarySet
object.
A common use case is to run allele-specific CRMAv2, e.g.
dsNList <- doASCRMAv2(csR)
, which outputs a list
dsNList
with elements corresponding to dsT
and dsB
. This output
can be exported to AromaUnitPscnBinarySet
by this method as
dsN <- exportAromaUnitPscnBinarySet(dsNList)
.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.