Skip to content

Quantitative Insights Into Microbial Ecology - parsing and plotting functions for R

Notifications You must be signed in to change notification settings

aubreybailey/qiimer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qiimer

This package provides R functions for (1) reading QIIME output files and (2) creating figures from the resultant data frames.

Dependencies

This package relies on the following files which may not be present in a vanilla analysis environment:
texi2dvi
ptmr8t.tfm
inconsolata.sty

On Debian systems:

apt-get install texinfo texlive-fonts-recommended texlive-fonts-extra

Installation

To install this library, type

R CMD INSTALL /path/to/qiimer

where "/path/to/qiimer" is the path of the qiimer package directory (the directory containing this file).

We have not set up a CRAN-style repository yet, so we are not yet able to support install.packages() from the R shell.

Documentation

PDF documentation may be generated from embedded comments in the R code. The roxygen library is required for this process. First, generate the Rdoc files from the R source code by typing

R CMD roxygen -d .

from the current directory. Then, generate a PDF document by typing

R CMD Rd2pdf .

About

Quantitative Insights Into Microbial Ecology - parsing and plotting functions for R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 75.8%
  • Python 24.2%