/microbComp

pairwise comparison between two OTU - species abundance tables

Primary LanguageR

microbComp - comparison between two species abundance tables

alt text

MicrobComp allows to compare two different OTU tables by using the R shiny tool and customized scripts.

It can be started by downloading the package and executing the following:

source("ui.R"); source("server.R"); source("methods.R"); shinyApp(ui,server);