Releases: Breeding-Insight/BIGr
Releases · Breeding-Insight/BIGr
v0.6.2
v0.5.5
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
- Minor update to the check_ped() function
v0.4.1
Minor bug fixes
v0.4.0
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
- Bug fixes
Bug fix v0.3.1
Fixed a bug with the filterVCF function where values in the INFO column were causing errors.
v0.3.0
- Updated documentation
- Updated citation information
- Added filter.VCF function to filter VCF files or vcfR objects
v0.2.0
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
Initial versioned release of the Breeding Insight Genomics R package.