Version 0.15
pipette 0.15.0 (2023-11-09)
Major changes:
-
exportnow supportslistand S4VectorsList, for recursive export of supported objects. We may use this method in for other classes, such asSummarizedExperimentin AcidExperiment package in a future update. -
export:GRangesListexport method now inherits fromList, and writes each object in list as a separate file to disk, rather than grouping in adata.framecoercion step first.
Minor changes:
-
export:GRangesListmethod is now defined and split out fromdata.framemethod, to handle edge case of undesirable column name coercion. - Resolve new lints detected by lintr 3.1.1.
pipette 0.15.1 (2023-12-13)
Minor changes:
-
import: Added support for Gene Ontology (GO) annotation files (GAF). Useful for importing data from the Gene Ontology Annotation (GOA) database. - Miscellaneous documentation improvements for
import.
pipette 0.15.2 (2023-12-15)
Major changes:
- Updated dependencies to Bioconductor 3.18. These packages are now available on Bioconda.
Minor changes:
-
import: Reworked GAF file method to simply import as a 17 columndata.frame. Refer to the Gene Ontology website for details on the GAF file format, which is basically a TSV files with commented lines beginning with"!". - Removed BaseSet as a suggested import. The
getGAFfunction doesn’t work on most of the GAF files available from the Gene Ontology website currently. It only works reliably with the Homo sapiens protein annotations, which isn’t general enough for our needs currently.