Version 0.3
AcidExperiment 0.3.0 (2022-03-11)
Major changes:
-
export: ReworkedSummarizedExperimentto use new BiocIO generic approach. This generic now usesconinstead ofdirto define the directory path. Note that previously, the object name would be defined as a subdirectory when usingdirto define the path. We are currently keeping this legacy approach when usingdir, but no attempt to parse the object name and create a corresponding subdirectory is employed when using the newconargument. -
convertGenesToSymbolsandconvertSymbolsToGenes: Simplified the number of exported methods to now simply dispatch onSummarizedExperiment. Added support for newstrictmode check, which intentionally does not allow propagation of anyNAvalues during interconversion steps.
Minor changes:
-
selectSamples: The function now automatically relevels factors defined incolData. - Reworked internal code to no longer depend on
formalsListandgetNameInParentfrom AcidBase package. Note thatgetNameInParentis now only exported in goalie package. Also removed import of now defunctas.data.framemethods previously defined in pipette package. - S4 methods are now defined alphabetically in package documentation.
- Hardened internal
mapGenescode to no longer usetryCatchcall and silently error on map failure. -
selectSamples: Factors defined incolDataare now automatically releveled via internaldroplevelscall forSummarizedExperimentmethod.