Skip to content

Latest commit

 

History

History
executable file
·
14 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

executable file
·
14 lines (13 loc) · 366 Bytes

Installation

if (!requireNamespace("BiocManager", quietly = TRUE)) {
    install.packages("BiocManager")
}
for (pkg in c("remotes", "dada2", "phyloseq", "ALDEx2")) {
  if (!requireNamespace(pkg, quietly = TRUE)) {
    BiocManager::install(pkg)
  }
}
remotes::install_github("ggloor/CoDaSeq/CoDaSeq")
remotes::install_github("kstagaman/phyloseqCompanion")