Learn R Programming

#plethy

Analysis of whole body plethysmography data in R.

####INSTALLATION

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")

####CONTRIBUTING

Contributions are encouraged through the standard fork/pull procedures. Feel free to send me an email with any questions.

####BUG REPORTS, GENERAL QUESTIONS AND FEATURE REQUESTS

The Bioconductor mailing list is the best place to report bugs, ask questions or request features.

####MAINTAINER

Dan Bottomly
bottomly@ohsu.edu

Copy Link

Version

Version

1.10.0

License

GPL-3

Maintainer

Daniel Bottomly

Last Published

February 15th, 2017

Functions in plethy (1.10.0)

Buxco file Parsers

Functions for parsing Buxco respirometry data
dbImport

Import data into a BuxcoDB database
plethy-package

R framework for exploration and analysis of respirometry data
BuxcoDB-class

Class "BuxcoDB"
Utility functions

Utility functions to assist with QA/QC and analysis of plethysmography data
Additional annotation queries

Builtin queries to add additional annotation to a BuxcoDB database