- chore(DESCRIPTION): update email address.
Full Changelog: https://github.com/umr1283/rain/compare/v0.7.0...v0.7.1
- Fix
digits = 0
informat()
no longer supported in R>4.2.0
. - Fix CI workflows not using latest GitHub Actions and
pak
. - Fix
Remotes
field ofDESCRIPTION
to use "local"flashpcaR
.
- In
R/compute_pca.R
,- Fix typos.
- Major figure upgrade.R
- 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.
- 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
- In
R/pca_report.R
,- Change text for outliers in the last part of the PCA report.
- 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
- Remove
covr
. - Remove
testthat
.
pca_report()
allows to compute an analysis report using principal component analysis from flashpca tool.
The function can be used in a chunk within a Rmarkdown document/script withresults="asis"
to render the report (from CARoT v0.4.0).
estimate_ethnicity()
allows to format VCF files and compute the genomic components (and some figures) for ethnicity. (CARoT v0.4.0)