README.md

IntAssoPlot: visualize genome-wide association study with gene annotation and linkage disequiblism

GPLv3 GNU General Public License, GPLv3

Availability

Installation

install compiler

The install_github(), in the R package remotes, requires that you build from source, thus make and compilers must be installed on your system -- see the R FAQ for your operating system; you may also need to install dependencies manually.

install.packages(c("devtools","remotes"))

install depended packages, including ggplot2, SNPRelate, ggrepel, gdsfmt and reshape2

#ggplot2, ggrepel, and reshape2 are installed from CRAN
install.packages(c("ggplot2","ggrepel","reshape2"))
#SNPRelate and gdsfmt are installed from Bioconductor
if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")
BiocManager::install(c("SNPRelate","gdsfmt"))

install IntAssoPlot from Github:

library(remotes) # version 2.0.1
#download, build, and install IntAssoPlot without creating vignette
install_github("whweve/IntAssoPlot")
#download, build, and install IntAssoPlot with creating vignette
install_github("whweve/IntAssoPlot",build=TRUE,build_opts = c("--no-resave-data", "--no-manual"))

example

``` see example("IntGenicPlot") or example("IntRegionalPlot")



whweve/IntAssoPlot2 documentation built on Feb. 11, 2020, 12:07 a.m.