Skip to content

whweve/VisProDom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisProDom: an interactive Shiny/R application to display protein domains with transcriptional features

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, shinydashboard, shiny, ggplot2, rintrojs, dplyr, data.table, ggrepel

#ggplot2, ggrepel, and reshape2 are installed from CRAN
install.packages(c("ggplot2", "shinydashboard", "shiny", "ggplot2", "rintrojs", "dplyr", "data.table", "ggrepel","markdown"))

install VisProDom from GitHub:

library(remotes) # version 2.1.0
#download, build, and install VisProDom without creating vignette
install_github("whweve/VisProDom")
#download, build, and install VisProDom with creating vignette
install_github("whweve/VisProDom",build=TRUE,build_vignettes = TRUE)

example

#load VisProDom
library(VisProDom)
# initiate VisProDom shiny appp
runVPDapp()

About

plot gene structure and protein domain for given gene across species

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published