README.md

qpgraph: Estimate gene and eQTL networks from high-throughput expression and genotyping assays

Bioconductor Time Bioconductor Downloads Support posts

Current build status - release Bioconductor Availability Bioconductor Dependencies Bioconductor Commits Bioconductor Release Build - development Bioconductor Availability Bioconductor Dependencies Bioconductor Commits Bioconductor Devel Build

Installation

This is the development version of the R/Bioconductor package qpgraph. This version is unstable and should be used only to test new features. If you are looking for the release version of this package please go to its package release landing page at https://bioconductor.org/packages/qpgraph and follow the instructions there to install it.

If you were really looking for this development version, then to install it you need first to install the version of R that works with Bioc-devel. See here for more details.

if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install(version = "devel")
BiocManager::install("qpgraph")

Alternatively, you can install it from GitHub using the devtools package.

install.packages("devtools")
library(devtools)
install_github("rcastelo/qpgraph")

Questions, bug reports and issues

For questions and bug reports regarding the release version of qpgraph please use the Bioconductor support site. For bug reports and issues regarding this development version of qpgraph please use the GitHub issues link at the top-right of this page (https://github.com/rcastelo/qpgraph/issues).



Try the qpgraph package in your browser

Any scripts or data that you put into this service are public.

qpgraph documentation built on Jan. 10, 2021, 2:01 a.m.