Skip to content

Experimental R bindings to the native GenomicsDB library

License

Notifications You must be signed in to change notification settings

GenomicsDB/GenomicsDB-R

Repository files navigation

GenomicsDB-R

Experimental R bindings to the native GenomicsDB library. Only queries are supported for now. For ingestion, use GenomicsDB native command line tool vcf2genomicsdb or gatk GenomicsDBImport.

Installation

Prerequisites

See GenomicsDB build/install for a docker or a scripted install of GenomicsDB for MacOS and Linux based systems. Use the installed GenomicsDB path as input to GenomicsDB-R configuration. See <path_to_genomicsdb> below.

Installation from Github using remotes

From R/RStudio
library(remotes)
remotes::install_github("GenomicsDB/GenomicsDB-R", ref="<github_branch>", configure.args="--with-genomicsdb=<path_to_genomicsdb>")

About

Experimental R bindings to the native GenomicsDB library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages