README.md

Build Status

GenRank

Methods for ranking genes based on convergent evidence obtained from multiple independent evidence layers. Integration of data at gene-level from multiple evidence layers has been shown to be an effective approach to identify and prioritize candidate genes in complex genetic traits. This package implements three methods to integrate gene-level data generated from multiple independent lines of investigation:

For detailed information and tutorials, see the package vignette.

Installation

library(devtools)
# if you don't have the package, run install.packages("devtools")
install_github("chakri9/GenRank", build_vignettes = TRUE)

Note about vignettes

The above installation instructions will build the vignette, which can be viewed by the command browseVignettes(package="GenRank"). However, these instructions seem to work only with Rstudio at the moment because of the Pandoc intgration. If you are not using Rstudio, you can still follow the above instructions except for build_vignettes = FALSE.



chakri9/GenRank documentation built on May 13, 2019, 3:23 p.m.