Package: gwasvcf 0.1.6

Gibran Hemani

gwasvcf: Tools for Dealing with GWAS Summary Data in VCF Format

Tools for dealing with GWAS summary data in VCF format. Includes reading, querying, writing, as well as helper functions such as LD proxy searches.

Authors:Gibran Hemani [aut, cre], Tom Palmer [ctb], Rita Rasteiro [ctb]

gwasvcf_0.1.6.tar.gz
gwasvcf_0.1.6.zip(r-4.7)gwasvcf_0.1.6.zip(r-4.6)gwasvcf_0.1.6.zip(r-4.5)
gwasvcf_0.1.6.tgz(r-4.6-any)gwasvcf_0.1.6.tgz(r-4.5-any)
gwasvcf_0.1.6.tar.gz(r-4.7-any)gwasvcf_0.1.6.tar.gz(r-4.6-any)
gwasvcf_0.1.6.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
gwasvcf/json (API)
NEWS

# Install 'gwasvcf' in R:
install.packages('gwasvcf', repos = c('https://mrcieu.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mrcieu/gwasvcf/issues

Pkgdown/docs site:https://mrcieu.github.io

On CRAN:

Conda:

7.20 score 105 stars 166 scripts 33 exports 83 dependencies

Last updated from:53daf45a1e. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK375
source / vignettesOK277
linux-release-x86_64OK367
macos-release-arm64OK274
macos-oldrel-arm64OK265
windows-develOK332
windows-releaseOK382
windows-oldrelOK286
wasm-releaseOK143

Exports:%>%check_bcftoolscheck_plinkcreate_ldref_sqlitecreate_pval_index_from_vcfcreate_rsidx_index_from_vcfcreate_rsidx_sub_indexcreate_vcfget_ld_proxiesgwasvcf_to_summarysetmerge_vcfparse_chromposproxy_matchquery_chrompos_bcftoolsquery_chrompos_filequery_chrompos_vcfquery_gwasquery_pval_bcftoolsquery_pval_filequery_pval_sqlite3query_pval_vcfquery_pvaliquery_rsid_bcftoolsquery_rsid_filequery_rsid_rsidxquery_rsid_vcfquery_rsidxset_bcftoolsset_plinksqlite_ld_proxiesvcf_to_grangesvcf_to_tibblevcflist_overlaps

Dependencies:abindAnnotationDbiaskpassBHBiobaseBiocBaseUtilsBiocGenericsBiocIOBiocParallelBiostringsbitbit64bitopsblobBSgenomecachemcigarilloclicodetoolscpp11crayoncurldata.tableDBIDelayedArraydplyrfastmapformatRfutile.loggerfutile.optionsgenericsgenetics.binaRiesGenomeInfoDbGenomicAlignmentsGenomicFeaturesGenomicRangesgluegwasglue2httrIRangesjsonliteKEGGRESTlambda.rlatticelifecyclemagrittrMatrixMatrixGenericsmatrixStatsmemoisemimeopensslpillarpkgconfigpngR6RCurlrestfulrRhtslibrjsonrlangRsamtoolsRSQLitertracklayerS4ArraysS4VectorsSeqinfosnowSparseArraystringistringrSummarizedExperimentsystibbletidyselectUCSC.utilsutf8VariantAnnotationvctrswithrXMLXVectoryaml

Reading, querying and writing GWAS summary data in VCF format

Rendered fromguide.Rmdusingknitr::rmarkdownon May 28 2026.

Last update: 2025-06-06
Started: 2019-11-06

Readme and manuals

Help Manual

Help pageTopics
Check if the tools_bcftools option is setcheck_bcftools
Check if the tools_plink option is setcheck_plink
Create LD reference sqlite database for tagscreate_ldref_sqlite
Create pval index from GWAS-VCF filecreate_pval_index_from_vcf
Create RSID index from VCFcreate_rsidx_index_from_vcf
Create new index from existing index using a subset of rsidscreate_rsidx_sub_index
Create GWAS vcfcreate_vcf
Find LD proxies for a set of SNPsget_ld_proxies
Create a SummarySetgwasvcf_to_summaryset
Merge two GWAS VCF objectsmerge_vcf
Parse chromosome:positionparse_chrompos
Extract SNPs from vcf fileproxy_match
Query chromosome and position using bcftoolsquery_chrompos_bcftools
Query vcf file, extracting by chromosome and positionquery_chrompos_file
Query chrompos from vcf objectquery_chrompos_vcf
Query data from vcf filequery_gwas
Query p-value using bcftoolsquery_pval_bcftools
Query pval from vcf filequery_pval_file
Query pval from file using pvali indexquery_pval_sqlite3
Query based on p-value threshold from vcfquery_pval_vcf
Query pvaliquery_pvali
Queryquery_rsid_bcftools
Query vcf file, extracting by rsidquery_rsid_file
Query rsid from file using rsidx indexquery_rsid_rsidx
Query rsid from vcf objectquery_rsid_vcf
Query rsidxquery_rsidx
Set bcftools binary locationset_bcftools
Set plink binary locationset_plink
Lookup LD proxies from sqlite databasesqlite_ld_proxies
VariantAnnotationVariantAnnotation
Convert vcf format to granges formatvcf_to_granges
Convert vcf format to tibble (data frame)vcf_to_tibble
Reduce list of VCFs to intersecting regionsvcflist_overlaps