README.md

Resistome Analysis

Install dependencies in R:

install.packages(c("dplyr", "magrittr", "purrr", "reshape2", "ggplot2", "RColorBrewer", "vegan", "cluster", "circlize", "ape", "ggrepel", "stringr", "metafor"))

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install(c("DESeq2", "ComplexHeatmap"))

Install resistomeAnalysis package in R:

install.packages("devtools")
library(devtools)
install_github("blue-moon22/resistomeAnalysis")


blue-moon22/resistomeAnalysis documentation built on Jan. 17, 2020, 4:15 a.m.