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.
library(devtools)
# if you don't have the package, run install.packages("devtools")
install_github("chakri9/GenRank", build_vignettes = TRUE)
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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.