Skip to content
master
Go to file
Code
This branch is 15 commits ahead, 3 commits behind camel315:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 

README.md

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.

Suggestion: please install this package in R>3.5.

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 mail to me.

About

R package of 'otuSummary'

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.