The goal of subcellularvis is to ... The app is hosted here
You can install the released version of subcellularvis using devtools with:
devtools::install_github("jowatson2011/subcellularvis")
This is a basic example which shows you how to solve a common problem:
library(subcellularvis)
subcellularapp()
To run a basic analysis outside of the app:
genes <- c("MAPK1", "MAPK3")
comps <- compartmentData(genes)
runSubcellulaRvis(comps,
colScheme_low = "lightblue",
colScheme_high = "darkblue")
# Use plotly for interactive visualisation
plotly::ggplotly(runSubcellulaRvis(comps,
colScheme_low = "lightblue",
colScheme_high = "darkblue")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.