Releases: umr1283/rain
Releases · umr1283/rain
v0.7.1
rain 0.7.0
Minor improvements and fixes
- In
R/compute_pca.R
,- Fix
digits = 0
informat()
no longer supported in R>4.2.0
.
- Fix
- In .github/workflows,
- Fix CI workflows not using latest GitHub Actions and
pak
.
- Fix CI workflows not using latest GitHub Actions and
- In
DESCRIPTION
,- Fix
Remotes
field ofDESCRIPTION
to use "local"flashpcaR
.
- Fix
rain 0.6.0
Minor text improvements
- In
R/compute_pca.R
,- Fix typos.
- Major figure upgrade.R
rain 0.5.1
Minor text improvements
- In
R/pca_report.R
,- Remove unnecessary lower condition for outliers.
- Update obsolete captions.
- Perform independent association testing between technical variables and principal components.
- Order association plot according to pvalues and principal components.
- In
R/compute_pca.R
,- Fix explained variance histogram.
rain 0.5.0
Breaking Changes
- In
R/pca_report.R
,- Code refactoring using
data.table
.
- Code refactoring using
- In
R/compute_pca.R
,- Code refactoring using
data.table
. - Tweak ethnicity figure.
- Add an ethnicity figure focussing on the studied cohort.
- Code refactoring using
rain 0.4.1
Minor text improvements
- In
R/pca_report.R
,- Change text for outliers in the last part of the PCA report.
rain 0.4.0
- In
DESCRIPTION
,- Use
patchwork
for ethnicity plot. - Remove
gcta64
from system requirements.
- Use
- In
R/compute_pca.R
,- Use
R.utils
to count number of SNPs from*.bim
file. - Fix number of SNPs in ggplot legend.
- Fix a missplaced
.data
pronoun. - Core code rewrite.
- Change messages prefix.
- Use
- In
/R/pca_report.R
,- Add packages prefix for
tidyselect
. - Update to
ggplot2
v3.3.0
.
- Add packages prefix for
rain 0.3.5
Minor improvements and fixes
- In
R/compute_pca.R
, useR.utils
to count number of SNPs from*.bim
file.
rain 0.3.4
Minor improvements and fixes
- In
R/compute_pca.R
, fix number of SNPs in ggplot legend.
rain 0.3.3
Minor improvements and fixes
- In
/R/pca_report.R
, update toggplot2
v3.3.0
.