## 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, ...)
AromaUnitTotalCnBinarySet
and an AromaUnitFracBCnBinarySet
with coupled sets of samples that match up by name. If thedsT
data set.Verbose
.AromaUnitPscnBinarySet
object.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)
.