Analysis of whole body plethysmography data in R.
A stable version is best obtained through Bioconductor:
source("http://bioconductor.org/biocLite.R") biocLite("plethy")
The plethy package was first part of Bioconductor 2.13.
Any new features, refactoring, or bug fixes will be applied here first so those interested in the latest experimental version can install from here using the devtools package after first installing the dependencies:
source("http://bioconductor.org/biocLite.R") biocLite(c("RSQLite", "IRanges", "reshape2", "Streamer", "plyr")) install_github(username="dbottomly", repo="plethy", ref="master")
The package can also be installed manually by first clicking 'Download ZIP' and unzipping the resulting 'plethy-master.zip' file into a convenient directory. From within R in the same directory as 'plethy-master' type:
install.packages("plethy-master", repos=NULL, type="source")
Contributions are encouraged through the standard fork/pull procedures. Feel free to send me an email with any questions.
The Bioconductor mailing list is the best place to report bugs, ask questions or request features.
Dan Bottomly bottomly@ohsu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.