- add stop controls to
predictEthnicity
- added some tests
- Bioconductor version bump
- Bioconductor version bump
- Bioconductor version bump
- Combined vignettes into a single one
- Updated references
- Update reference for cell composition
- Accepted into bioconductor, will be released in next cycle
- Vignettes updated with new function names
- Removed
minfi
from examples since installation fails on some R versions - Moved
.orig
files toinst/script
- Moved
data-raw/
contents toinst/script
- Moved
man/figures/logo.png
toinst/figures/logo.png
, updated README - Lazydata set to false
- Improved vignette figure quality
- Using github-actions check from
biocthis
- Removed
viridis
from suggests - Rewrote many data man pages
- Final preparations for Bioconductor submission
- Changed license to => GPL-2
- More detailed attribution to glmnet
- Renamed all functions to camel case convention, including functions, data, tests, documentation, vignettes
- Added
planet-deprecated.R
pl_infer_ethnicity()
andpl_infer_age()
now deprecated, replaced withpredictEthnicity
andpredictAge
, respectively.
- Removed minfi dependency
- Addressed all fixable >line80 and 4 space indent notes from BiocCheck
- Precompiling vignettes.
- added hexsticker
- updated zenodo doi
- added github actions
- added cells color palette
- favicons
- Fixed in-text citations in README
- Reduced
nbeta
from 4 mb to 30 kb - Removed
Matrix
dependency from imports
- Fixed
pl_infer_age()
when missing CpGs - Added tests for
pl_infer_age()
andpl_infer_ethnicity()
- Updated documentation
- Added vignettes
- Reduced README significantly
- Format documentation for Bioconductor style
- Added BiocViews to DESCRIPTION
- Wrap lines max 80 characters
- Create CITATION
- Add Wendy Robinson to authors
- Fixes data export error on linux. See #6
- Export
nbeta
, instead of keeping internal - This fixes the install errors
- On linux, data objects are not properly exported. See #2
- added syncytiotrophoblast reference cpgs
- added
pl_cell_cpgs_first
andpl_cell_cpgs_third
for cell composition inference
- copied glmnet:::glment_softmax code to be compatible with new glmnet version
- Added
pl_infer_age
to infer gestational age using Lee Y et al. placental DNAm clock. - Modified example data to contain less probes and more samples, to save space but still be useful in the examples.
- Added a
NEWS.md
file to track changes to the package.