- Home
- Bioconductor 3.23
- Software Packages
- Qtlizer (development version)
Qtlizer
This is the development version of Qtlizer; for the stable release version, see Qtlizer.
Comprehensive QTL annotation of GWAS results
Bioconductor version: Development (3.23)
This R package provides access to the Qtlizer web server. Qtlizer annotates lists of common small variants (mainly SNPs) and genes in humans with associated changes in gene expression using the most comprehensive database of published quantitative trait loci (QTLs).
Author: Matthias Munz [aut, cre] ORCID iD ORCID: 0000-0002-4728-3357 , Julia Remes [aut]
Maintainer: Matthias Munz <matthias.munz at gmx.de>
citation("Qtlizer")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("Qtlizer")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("Qtlizer")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.