Skip to content

Instantly share code, notes, and snippets.

@kviljoen
kviljoen / microbiome_custom_functions.R
Last active October 6, 2023 19:17
16S microbiome custom functions (built mainly on phyloseq, vegan and metagenomeSeq), you're welcome ;)
library(phyloseq)
library(pheatmap)
library(vegan)
library(ggplot2)
library(corrplot)#for cor.mtest
library(psych)#corr.test
library(matrixStats)#rowSds
library(metagenomeSeq)#differential abundance testing
library(randomForest)
library(dplyr)