Skip to content

SyNUM-lab/PinPathShiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About PinPathShiny

PinPathShiny is an R Shiny app for visualizing (omics) data onto pathway diagrams, and pinpoint where in the pathway the relevant changes occur. Results from (epi)genomics, transcriptomics, (phospho)proteomics, metabolomics and many more experiments can be visualized onto pathway diagrams from KEGG and WikiPathways. You can also use your own GPML and KGML files to visualize data onto custom pathways. As long as your data can be linked to genes, proteins, or metabolites, you can visualize it using PinPath.

Please visit our website for more information: SyNUM-lab.github.io/PinPath-web

Installation

Use the following R code to install the development version of PinPath:

# install "remotes" package
if (!require("remotes", quietly = TRUE))
    install.packages("remotes")
      
# Install PinPath from GitHub
remotes::install_github("SyNUM-lab/PinPathShiny") 

Run the app

Use the following R code to run the Shiny app:

PinPathShiny::runPinPath() 

About

Shiny app for pathway visualization

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Contributors

Languages