R/runvisByGene.R

Defines functions runvisByGene

Documented in runvisByGene

######## Shiny APP ########
### visByGene ###

#'shiny interface to eQTL,HS,FP,TF files
#'@import shiny
#'@export
runvisByGene<-function(){
  myapp = system.file("shinyApps",package="visByGene")
  runApp(myapp)
}
shwetagopaul92/visByGene documentation built on Oct. 3, 2019, 1:23 a.m.