Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 416 Bytes

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);