Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Releases: umr1283/dgapaq

dgapaq 0.6.1

02 Nov 11:27
Compare
Choose a tag to compare

Minor improvements and fixes

dgapaq 0.6.0

20 Oct 12:28
Compare
Choose a tag to compare

New feature

  • In R/convert_assembly.R,
    • convert_assembly() allows to convert VCFs to target genome assembly
      using the software CrossMap.

dgapaq 0.5.2

15 Oct 12:06
Compare
Choose a tag to compare

dgapaq 0.5.1

05 Aug 15:33
Compare
Choose a tag to compare
  • In rmarkdown templates,
    • Fix wrong scale in homozygosity figure.
    • Fix typos in homozygosity figure.
    • Fix exclusion list in Excel.

dgapaq 0.5.0

15 Jul 16:14
Compare
Choose a tag to compare
  • In DESCRIPTION,
    • Use Suggests instead of Imports.
  • In R/qc_plink.R,
    • Remove imports.
  • In R/qc_vcf.R,
    • Remove imports.

dgapaq 0.4.1

06 Jul 09:00
Compare
Choose a tag to compare

dgapaq 0.4.0

29 Jun 16:52
Compare
Choose a tag to compare

Major improvements

  • In rmarkdown templates,

    • Now uses data.table.
    • Now uses gt.
    • Now uses ggplot2.
    • Improved text, figures and tables.
  • In R/qc_vcf.R and R/qc_plink.R,

dgapaq 0.3.0

22 Jun 08:50
Compare
Choose a tag to compare

Minor improvements and fixes

dgapaq 0.2.0

09 Jun 14:12
Compare
Choose a tag to compare

Minor improvements and fixes

  • In DESCRIPTION,
    • Remove dependendy to libterm-readkey-perl.
    • Update all packages listed in Imports.
    • Now imports ggplot2 v3.3.0.
    • Now imports gt.
  • Add the no read key version of HRC perl script.
  • In rmarkdown template,
    • Reorder YAML header in qc_vcf().
    • Fix condition when be files are not available.
    • Fix merge of files after check against reference panel.
    • Fix combined vcf files not created.
    • Fix issue with reference allele.
    • Fix a typos in the names of a parameters.
    • Fix gender check text printed when check was disabled.
    • Fix condition when fasta file is not provided.
    • Ensure missing values are moved before computing mean.
    • Ensure scale for shape has always the right number of values.
    • Add missing new line in summary.
    • Add condition when no fasta file is provided.
  • In R/qc_vcf.R,
    • Add filenames and URLs to download needed files.
  • In R/qc_plink.R,
    • Fix a typos in the names of a parameters.
    • Now also work on non-binary PLINK files (i.e., .map and .ped).

dgapaq 0.1.10

26 May 09:40
Compare
Choose a tag to compare
dgapaq 0.1.10 Pre-release
Pre-release

Minor improvements and fixes

  • In rmarkdown template, fix a typos in the names of a parameters.
  • In R/qc_plink.R, fix a typos in the names of a parameters.
  • In DESCRIPTION, remove dependendy to libterm-readkey-perl.