- Fixed issue #45
- Fixed documentation of
traits()
- Fixed issue #46
- Fixed issue #41
- Update http mocks
- Merged pull request #37.
- Update pkgdown documentation to use template bootstrap 5.
- Regenerated precompiled vignettes.
- Fixed issues #8, #14, #16 and #17.
- Added identifier mapping functions:
study_to_association()
,study_to_variant()
,study_to_trait()
,association_to_study()
,association_to_variant()
,association_to_trait()
,variant_to_study()
,variant_to_association()
,variant_to_trait()
,trait_to_study()
,trait_to_association()
, andtrait_to_variant()
.
- Fixed issue #13.
- gwasrapidd depends now on tidyr (> 0.8.99).
genomic_contexts
of objectvariants
includes now the columnis_mapped_gene
.
- Addressing remaining warnings in Windows build, namely those related to broken doc links: Bioconductor/Contributions#1124 (comment)
- Addressing issue: Bioconductor/Contributions#1124 (comment)
- Just a version bump to troubleshoot bioc build on Windows: Bioconductor/Contributions#1124 (comment).
- Added function
open_in_gwas_catalog()
.
- Updated gwasrapidd packaging to comply with Bioconductor guidelines (
BiocCheck::BiocCheck()
).
- Fixed typo in cheatsheet.
get_variants()
can now use thecytogenetic_band
criterion.
- Added the dataset
cytogenetic_bands
.
- Updated README installation command to use the new
remotes
package. - Devel version badge is now hardcoded directly instead of using a call to
badger
.
get_variants()
now accepts a new parameter:std_chromosomes_only
. This allows to select whether variants mapped to scaffolds other than the standard chromosomes are returned. By default, now,get_variants()
only returns variants mapped to chromosomes 1 thru 22, X, Y, or MT. This behaviour is now in line with results returned by the Web UI.- Fixed bug with
multiple_snp_haplotype
andsnp_interaction
. NA values in columnsmultiple_snp_haplotype
andsnp_interaction
of associations tibble in associations S4 object were being mapped to character type instead of logical. This is now fixed. - Constructors for GWAS Catalog S4 objects ensure no NAs are in primary keys.
- Increased test coverage.
- Changed type of column
association_id
in the S4 classassociations
frominteger()
tocharacter()
. This saves us from unnecessary coercions from integer to character when searching by association identifiers. - The cheatsheet is also changed to reflect this update.
- Added function
exists_variant()
.
- Improved the Getting Started vignette.
- Added two new functions:
open_in_dbsnp()
andopen_in_gtex()
.
- Added a cheatsheet.
- Improved test coverage significantly.
- Reorganized mock fixtures. Now mock file paths are all under 100 chars. No more R CMD check whining.
- Reference documentation is organized in the website.