Version 0.6
AcidGenerics 0.6.0 (2022-03-10)
Major changes:
- Package now requires R 4.1 and Bioconductor 3.14 release.
- Reworked
exportandimportgenerics to inherit from new BiocIO package. - Migrated generics from AcidGenomes:
Ensembl2Entrez,Entrez2Ensembl,Gene2Symbol, andTx2Gene. - Migrated new generics defined in DESeqAnalysis package:
plotContrastScatterandplotLFC. - Migrated
KnownMarkersgeneric from AcidSingleCell here.
Minor changes:
- Reworked documentation for
as.DataFramegeneric. - Include
GRangesandGRangesListgenerators from GenomicRanges package. - Also reexporting new
BiocFileclass from BiocIO package. - Now including additional reexports from GenomeInfoDb package:
Seqinfo,genome,seqinfo,seqlevels, andseqnames. This are used primarily in the AcidGenomes and AcidGSEA packages.
AcidGenerics 0.6.1 (2022-04-29)
Major changes:
- Now pinning against R 4.2 as minimum dependency, for Bioconductor 3.15 release.
AcidGenerics 0.6.2 (2022-05-11)
New functions:
- Added
as.Seuratandas.SingleCellExperimentS4 generics, which are now in use in our pointillism package. Don’t reexport these in basejump, as these are also defined as S3 generics in Seurat package.
AcidGenerics 0.6.3 (2022-05-25)
New functions:
- Reworking
markdownPlotsandmarkdownTablesas S4 generics. Previously these used a basiclistargument in AcidMarkdown package, but these generics are useful in other bioinformatics packages. - Soft deprecating
topTablesin favor ofmarkdownTablesusage.
AcidGenerics 0.6.4 (2022-09-16)
New functions:
-
cast: the opposite ofmelt. Using the naming conventions defined in now deprecated reshape2 package.
AcidGenerics 0.6.5 (2022-11-17)
New functions:
-
euclideanandzscore. For use in pending AcidBase package update.
AcidGenerics 0.6.6 (2023-02-09)
Minor changes:
- Removed now unused
mapToDataFrame, in favor of onlyrbindToDataFrame.
AcidGenerics 0.6.7 (2023-04-12)
New functions:
-
Ensembl2Ncbi,Ncbi2Ensembl, andmatchNested.
Minor changes:
- Deprecated
Ensembl2EntrezandEntrez2Ensemblin favor ofEnsembl2NcbiandNcbi2Ensemblrespectively. This generics will be updated in a forthcoming package update to AcidGenerics.
AcidGenerics 0.6.8 (2023-08-23)
New functions:
-
unnest2: Our simpler S4 generic variant oftidyr::unnest.
AcidGenerics 0.6.9 (2023-09-08)
New functions:
-
keepOnlyAtomicCols: New generic with methods that will be defined in AcidBase forDFrameanddata.frameclasses.