Skip to content

Programs, scripts used to generate figures in published work

License

Notifications You must be signed in to change notification settings

aboffin/pub_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pub_data

Programs, scripts used to generate figures in published work. To run the R script that generated the violin plots used in Figure 1 of http://www.ncbi.nlm.nih.gov/pubmed/26113243, install R packages 'plyr', 'reshape2' and 'ggplot2 '.

Download script and data file

Install R packages

$ sudo R

Inside R command-line prompt

install.packages(c('plyr', 'reshape2', 'ggplot2'))

quit R

q()

Back in Linux terminal, run the script

$ R CMD BATCH current_opinion_fig1.R

About

Programs, scripts used to generate figures in published work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages