Learn R Programming

otuSummary

R package of 'otuSummary'

This package contains some functions which summarize the taxonomic composition, diversity at given taxonomic level, the contribution to beta diversity (Bray-Curtis dissimilarity) of the rare and abundant biospheres by using the OTU table which was generated either by qiime or mothur.

How to install this package from github?
if(!require(devtools)){
  install.packages("devtools")
  library(devtools)
} else {library(devtools)
}

install_github("cam315/otuSummary")
Check function list
library("otuSummary")
lsf.str("package:otuSummary")
About citation
citation("otuSummary")
Comments or suggestions

If you have any comments or suggestions, please do not be hesitate to post on my github or drop email to me.

Copy Link

Version

Install

install.packages('otuSummary')

Monthly Downloads

305

Version

0.1.2

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 5th, 2023

Functions in otuSummary (0.1.2)

typeConvert

Transpose the data frame if there is data type conversion.
otuqiime

OTU table generated from 8 lakes over 4 years
pbray

Partition the Bray-Curtis distance dissimilarity
subOTU

Subset a OTU table
fillTax

reshape the heirarchical taxonomy
matrixConvert

Convert lower triangular distance matrix into data frame
alphaDiversity

Calculate the alpha diversity indices
otu4type

An example OTU table with samples and taxonomy in rows and otus in columns
fillTax2

reshape the heirarchical taxonomy
contrib

Contribution of rare/abundant biosphere to the total Bray-Curtis dissimilarity
otumothur

OTU table generated from 8 lakes over 4 years
slimTax

reshape heirarchical taxonomy
calc_bc

calculate the Bray-Curtis dissimilarity
bplot

Generate barplot with custom controls on the x axis labels
otuCollap

collapse a OTU table at given level.
rareBiosphere

Summarize different subgroups in the rare biosphere
otuReport

Summarize the community structure and abundance with OTU table