Bioconductor / VariantAnnotation

Annotation of Genetic Variants
https://bioconductor.org/packages/VariantAnnotation
23 stars 20 forks source link

expand: expand any variables with Number set to 'R' into REF/ALT (new version) #21

Closed lcougnaud closed 5 years ago

lcougnaud commented 5 years ago

This pull request contains some modifications to expand any variables with Number set to 'R' into 'REF'/'ALT' allele in the expand function (see previous pull request) with a dedicated unit test: test_expand_adr_adf. This new version of the package has passed R CMD build and R CMD check without any error/warnings in R 3.6. Please let me know if anything is required for this update to be included into the BioC github package repository.

vobencha commented 5 years ago

Thanks @lcougnaud .