Skip to content

Releases: Breeding-Insight/BIGr

v0.6.2

18 Sep 13:55
77085b8

Choose a tag to compare

What's Changed

  • Added new functions thinSNP() and madc2gmat()
  • Bug fixes for the madc2vcf_target() and madc2vcf_all() functions

v0.5.5

19 May 13:17
904ec45

Choose a tag to compare

This PR focuses on function updates, documentation improvements, and bug fixes in preparation for the CRAN submission. Key changes include improved messaging in functions (using message() in place of cat()), enhanced error handling (especially in functions recovering reference/alternative alleles), and updates to documentation and examples.

  • Updated function documentation and examples across several R scripts.
  • Replaced cat() calls with message() for consistency in user feedback.
  • Refactored error handling in functions such as add_ref_alt and check_ped.
  • Updated the madc2vcf() function to madc2vcf_targets, and changed get_OffTargets() to madc2vcf_all()

v0.4.2

18 Mar 19:28
1549206

Choose a tag to compare

  • Minor update to the check_ped() function

v0.4.1

07 Mar 17:42
fcdc864

Choose a tag to compare

Minor bug fixes

v0.4.0

20 Feb 21:48
7c40bd2

Choose a tag to compare

New functions and bug fixes:

  • get_offTargets: obtain the target and off-target SNPs from a fixedAllele MADC file
  • madc2vcf: obtain the read count information for target SNPs only from a fixedAllele MADC file and convert to VCF format

v0.3.4

28 Dec 16:25
1f9d0df

Choose a tag to compare

  • Bug fixes

Bug fix v0.3.1

27 Jun 14:26
5f56e12

Choose a tag to compare

Fixed a bug with the filterVCF function where values in the INFO column were causing errors.

v0.3.0

25 Jun 14:59
50937d9

Choose a tag to compare

  • Updated documentation
  • Updated citation information
  • Added filter.VCF function to filter VCF files or vcfR objects

v0.2.0

13 Jun 13:20
5b47e0d

Choose a tag to compare

Two functions have been added for this release:

  • The clean_pedigree function was changed to the check_ped function.
    • The function now alerts the user to the errors present within the pedigree and provides the sample IDs in conflict.
  • The dosage2vcf function was added
    • This function produces a VCF file from the DArT Dose Report and DArT Counts file.

Initial release

10 Jun 12:37
c16c870

Choose a tag to compare

Initial versioned release of the Breeding Insight Genomics R package.