Skip to content

Instantly share code, notes, and snippets.

@simecek
Created February 11, 2015 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simecek/708225c21ed8b41fc7ba to your computer and use it in GitHub Desktop.
Save simecek/708225c21ed8b41fc7ba to your computer and use it in GitHub Desktop.
Example of iplot usage
library(testjs)
dataset <- readRDS("click_on_ggvis\\DO_liver_variability_sex.rds")
head(dataset)
out <- with(dataset, iplot(x=protein.Sex, y=mrna.Sex, indID=Associated.Gene.Name,
chartOpts=list(width=300, height=300)))
out
htmlwidgets::saveWidget(out, "iplot.html")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment