/FunkyTax

An R package for characterizing taxonomic and functional relationships among microbiome communities.

Primary LanguageR

#For installation of FunkyTax:

##You will need devtools, so install this from CRAN if needed

###install.packages("devtools")

##Then,

###library(devtools) ###install_github("genotyper/Funkytax")

##To see a summary of package contents including functions and example data

###?(FunkyTax)