get_loci() and get_nearest_gene() detect GWAS CATALOG input automatically. Can be disabled with detect_headers=FALSE
Changes
Change URL to reflect my GitHub username change from lukepilling to lcpilling to be more consistent between different logins, websites, and social media
get_loci() option exclude_hla is renamed single_hla_locus because we are not actually excluding it, just treating it as one continuous locus
gwasRtools 0.1.3 (27 Nov 2023)
get_loci() now has the option exclude_hla to treat the HLA region as one continuous locus (default = FALSE). Coordinates are specified with hla_pos = c(25e6, 34e6) [these are the defaults]
Minor documentation updates
gwasRtools 0.1.2 (15 Sept 2023)
Added gwas_example data for running examples
get_loci() Genetic loci are now defined around variants with p-value < 5 × 10−8. The locus borders were set 500kb (n_bases) to each side of the highest genome-wide significant variant in each region.
get_loci() “lead” column is the best lead SNP from distance (i.e., all input SNPs) or from LD clumping (subset in reference dataset panel)