Skip to content

Releases: umr1283/rain

v0.7.1

01 Dec 15:25
362d090
Compare
Choose a tag to compare

update mail

rain 0.7.0

18 Jul 12:07
513b615
Compare
Choose a tag to compare

Minor improvements and fixes

  • In R/compute_pca.R,
    • Fix digits = 0 in format() no longer supported in R >4.2.0.
  • In .github/workflows,
    • Fix CI workflows not using latest GitHub Actions and pak.
  • In DESCRIPTION,
    • Fix Remotes field of DESCRIPTION to use "local" flashpcaR.

rain 0.6.0

11 May 11:12
Compare
Choose a tag to compare

Minor text improvements

  • In R/compute_pca.R,
    • Fix typos.
    • Major figure upgrade.R

rain 0.5.1

20 Nov 13:06
Compare
Choose a tag to compare

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

23 Jul 13:41
Compare
Choose a tag to compare

Breaking Changes

  • In R/pca_report.R,
    • Code refactoring using data.table.
  • In R/compute_pca.R,
    • Code refactoring using data.table.
    • Tweak ethnicity figure.
    • Add an ethnicity figure focussing on the studied cohort.

rain 0.4.1

10 Jun 14:31
Compare
Choose a tag to compare
rain 0.4.1 Pre-release
Pre-release

Minor text improvements

  • In R/pca_report.R,
    • Change text for outliers in the last part of the PCA report.

rain 0.4.0

26 May 10:01
Compare
Choose a tag to compare
  • In DESCRIPTION,
    • Use patchwork for ethnicity plot.
    • Remove gcta64 from system requirements.
  • 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.
  • In /R/pca_report.R,
    • Add packages prefix for tidyselect.
    • Update to ggplot2 v3.3.0.

rain 0.3.5

04 May 22:17
Compare
Choose a tag to compare
rain 0.3.5 Pre-release
Pre-release

Minor improvements and fixes

  • In R/compute_pca.R, use R.utils to count number of SNPs from *.bim file.

rain 0.3.4

04 May 20:30
Compare
Choose a tag to compare
rain 0.3.4 Pre-release
Pre-release

Minor improvements and fixes

  • In R/compute_pca.R, fix number of SNPs in ggplot legend.

rain 0.3.3

16 Apr 15:53
Compare
Choose a tag to compare
rain 0.3.3 Pre-release
Pre-release

Minor improvements and fixes

  • In /R/pca_report.R, update to ggplot2 v3.3.0.