knitr::opts_chunk$set( collapse = TRUE, comment = "#>")
library(webGQT)
webGQT implements mendelian inheritance models to filter canidate disease-causing variants from large-scale genomic datasets stored in GQT index files.
To install the latest development version from GitHub:
install.packages("devtools")
devtools::install_github('arumds/webGQT')
We'll first load the package.
library("webGQT")
This package has two functions:
# run_webgqt function to launch the server on personal computer run_webgqt <- function(gqt_path)
For example, if gqt is installed at /usr/local/bin/gqt, then the argument is given as:
run_webgqt <- function(gqt_path = "/usr/local/gqt/bin/gqt")
copy_shiny_gqt_app(copy_to)
An example value to the argument:
copy_shiny_gqt_app(copy_to = '/srv/shiny-server/')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.