Version 0.3
acidgsea 0.3.0 (2020-05-24)
Major changes:
-
FGSEAList: Converted function to an S4 generic. Previously the main arguemnt was namedrankedList, but this has been renamed toobject. ARankedListobject can still be passed in as the first object in the function call. This change was necessary for adding GSEA support in pointillism single-cell RNA-seq analysis toolkit.
Minor changes:
-
RankedList: Added support forDataFrameclass, which is used inside pointillism package update. -
RankedList: Addedgene2symbolargument support formatrixmodel. Using this for cluster matrix in pointillism for scRNA-seq using output from edgeR (or DESeq2) for per-cluster marker analysis.
acidgsea 0.3.1 (2020-07-24)
New functions:
-
plotGeneSet: Split out internal gene set plotting code used previously inplotEnrichedGeneSets. This is a modified variant offgsea::plotEnrichmentthat allows for additional color customization.
Major changes:
- Updated minimum R dependency to 4.0.
-
plotEnrichedGeneSets: Now calls newplotGeneSetfunction internally.
Minor changes:
- Removed UpSetR dependency, based on update to AcidPlots package.
- Removed
plotCountsmethod, in favor ofplotHeatmapusage.