- Analyzing data with random effects in
PomaLimma
- Select outcome factor in
PomaBoxplots
,PomaDensity
, andPomaOutliers
- Documentation improvements
- Introduces
PomaEnrichment
for gene set analysis - Allows custom study designs in
PomaDESeq
- Released to Bioconductor 3.19
- New POMA theme and colorblind-friendly palette
- Available sample normalization (sum and quantile)
- New feature normalization methods
- Extensive review and improvement of all
POMA
functions - Major documentation updates
- Rename
PomaSummarizedExperiment
toPomaCreateObject
- Auto-recognition of variable types and automatic variable re-labeling in
PomaCreateObject
- Available violin plots with
PomaBoxplots
- New functions
PomaPCA
andPomaPLS
as stand-alone functions from the oldPomaMultivariate
(deprecated) - Other new functions:
PomaLM
,PomaLMM
- Post-hoc pairwise comparisons in
PomaUnivariate
- Update tests and vignettes
- New
biocViews
andDescription
- Call external packages within each POMA function for consistency
- New methods: UMAP, PCR (Principal Components Regression), RNA-seq analysis (via
DESeq2
package) - Add different statistical methods in
PomaVolcano()
- Estimate relative quality weights in
PomaLimma()
- Update tests
- Update vignettes
- Several bug fixes
MSnbase::MSnSet
class has been replaced by theSummarizedExperiment
class- Color scale for all plots set to
viridis
(without yellow) - All output tables provided as
tibble
instead ofmatrix
ordata.frame
- Allow users to select specific covariates and their position (importance) in the model for
PomaLimma
,PomaUnivariate(method = "anova")
, andPomaOddsRatio
- Add SD to
PomaUnivariate
output tables - Reduce dependencies
- Update vignettes
- Update documentation
- Some other major and minor improvements
- Some minor bugs and typos fixed
- New "loading plot" in PCA
- Compute p-values and FDR in
PomaCorr
- Remove
reshape2
andBiobase
packages from Imports - Implement viridis palette for
PomaBoxplots
,PomaDensity
, andPomaMultivariate
- Update
mixOmics
output names inPomaMultivariate
- New package description and biocViews
- Bug fixed in
PomaMultivariate
PomaNorm
andPomaImpute
warnings when methos parameter is missing passed to messages- Minor bugs fixed
- Minor changes in plots style
plotly
package used inPomaVolcano
switched to Suggests- Bioconductor badge table added to README
- Released to Bioconductor 3.12
- PomaOutliers bug fixed
- New references in PomaRankProd help
- PomaLimma and PomaUnivariate bug related with one covariate analysis fixed
- The elbow method to calculate the optimum number of clusters has been added in PomaClust function
- POMA has been accepted to Bioconductor!
- PomaRankProd minor bug fixed
- Authors updated
- Bioconductor logo
- All Bioconductor issues in the review process have been addressed
- POMA EDA vignette added
- BiocCeck requirements fixed
- Examples added in functions
- pkgdown files removed from master branch
- POMA is now submitted to Bioconductor!
- All features implemented work as expected
- All tests finished
- Achieved desired coverage (>95%)
- Vignettes and documentation are ready for the first release