Version 0.7
AcidGenerics 0.7.0 (2023-09-29)
Major changes:
- New release series where we are enforcing strict camel case for all generics.
- Also removed usage of
"2"in generic names in favor of"to". - Renamed
Ensembl2NcbitoEnsemblToNcbi. - Renamed
Gene2SymboltoGeneToSymbol. - Renamed
Ncbi2EnsembltoNcbiToEnsembl. - Renamed
Tx2GenetoTxToGene. - Renamed
cell2sampletocellToSample. - Renamed
plotDEGHeatmaptoplotDegHeatmap. - Renamed
plotDEGPCAtoplotDegPca. The word boundary is better here. - Renamed
plotDEGStackedBartoplotDegStackedBar. - Renamed
plotDEGUpsettoplotDegUpset. - Renamed
plotLFCtoplotLfc. - Renamed
plotNEStoplotNes. - Renamed
plotPCACovariatestoplotPcaCovariates. - Renamed
plotPCElbowtoplotPcElbow. - Renamed
plotQCtoplotQc. - Renamed
plotRRNAMappingRatetoplotRrnaMappingRate. The word boundary looks clearer to me here. - Renamed
plotTSNEtoplotTsne. - Renamed
plotUMAPtoplotUmap. - Renamed
removeNAtoremoveNa. - Renamed
sanitizeNAtosanitizeNa. - Now exporting
plotMaandplotPcastrict camel variants. BiocGenerics usesplotMAandplotPCA, for reference.
Minor changes:
- Reworked documentation to indicate that
headtailshould return character.
AcidGenerics 0.7.1 (2023-10-03)
Major changes:
- Fixed some additional generics that should be in strict camel case.
- Renamed
convertSampleIDsToNamestoconvertSampleIdsToNames. - Renamed
geneIDstogeneIds. - Renamed
mapGenesToIDstomapGenesToIds. - Renamed
transcriptIDstotranscriptIds.
AcidGenerics 0.7.2 (2023-10-05)
Major changes:
- Renamed
plotGeneSaturationtoplotFeatureSaturation. - Removed
plotCountsPerGenein favor ofplotCountsPerFeature. - Removed
topTablesin favor ofmarkdownTables.
AcidGenerics 0.7.3 (2023-10-06)
New functions:
-
cellsPerGeneFusion: Return the number of cells per gene fusion. -
cellsPerMutation: Return the number of cells per mutation. -
excludeNonCancerCells: Exclude non-cancer cells. -
excludeNonHumanCells: Exclude non-human cells. -
geneFusions: Gene fusions per cell. -
mutations: (Driver gene) mutations per cell.
AcidGenerics 0.7.4 (2023-11-30)
New functions:
-
unlist2: Unlist a complex S4 object, such asDFrameListtoDFrame.
AcidGenerics 0.7.5 (2023-12-12)
New functions:
-
filterNested: Keep rows that match a nested condition. Performs recursive regular expression matching across all columns, including nested list columns.
AcidGenerics 0.7.6 (2023-12-15)
New functions:
-
matchAll: New variant ofmatchthat returns all positional matches for arguments defined inx, rather than only the first match.
AcidGenerics 0.7.7 (2024-03-18)
New functions:
-
stripExonVersions: New generic similar tostripGeneVersionsandstripTranscriptVersions.