"exportAromaUnitPscnBinarySet"(dsT, dsB="*", dataSet="*", tags="*", ..., rootPath="totalAndFracBData/", overwrite=!skip, skip=TRUE, verbose=FALSE) "exportAromaUnitPscnBinarySet"(dsList, ...)AromaUnitTotalCnBinarySet and an AromaUnitFracBCnBinarySet with coupled sets of samples that match up by name. If they don't match up, an exception is thrown. The allele B fraction (BAF) data set dsB is by default inferred from the total CN data set dsT.dsT 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).