Skip to content

rqtl/qtl2bioc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R/qtl2bioc

R-CMD-check r-universe badge

R/qtl2bioc is part of R/qtl2. It uses Bioconductor facilities to obtain the set of mouse genes in a region. While the functions within R/qtl2bioc could logically be included within qtl2, we've kept it separate in order to reduce package dependencies for those not interested in making use of the Bioconductor features.


Installation

To install R/qtl2bioc, first install the Bioconductor packages GenomicRanges and AnnotationHub:

install.packages("BiocManager")
BiocManager::install(c("GenomicRanges", "AnnotationHub"))

Next, install R/qtl2bioc from r-universe:

install.packages("qtl2bioc", repos=c("https://rqtl.r-universe.dev",
                                     "https://cloud.r-project.org"))

Alternatively, install the remotes package and use remotes::install_github() to install R/qtl2bioc from its Github repository.

install.packages("remotes")
library(remotes)
install_github("rqtl/qtl2bioc")

Usage

The R/qtl2bioc package contains two key functions, grab_ensembl(), for downloading the Ensembl gene annotations, and create_ensembl_query_func(), for creating a query function to grab gene records for a given region.


License

Licensed under GPL-3.

About

R/qtl2 module for connecting to Bioconductor

Resources

License

Stars

1 star

Watchers

2 watching

Forks

Packages

 
 
 

Contributors