neiljun / tutorials_communityAnalyses

Collection of tutorials to analyze community data in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of tutorials to analyze community data in R

Here are some tutorials that I have come across and have found helpful. I'll also post some code I've been working on. When possible, I've added R scripts and links. Feel free to suggest edits and additions.

vegan-centric

Multivariate analyses of ecological communities in R: vegan tutorial

Multivariate Statistics

Variation Partitioning

#source("code/variationPartitioning.Rmd")

Use distance-based redundancy analysis (vegan::capscale) and model selection (ordistep) to determine which wood traits best explain variation in OTU composition

#source("code/modelselection_capscale.R")

mvabund-centric

mvabund: an R package for model-based analysis of multivariate abundance data

MVABUND package, 2014 updates prepared for Eco-Stats lab

#source("code/mvabundTute.R")

Introduction to mvabund

Use mvabund and model selection to determine which wood traits best explain variation in OTU abundances

#source("code/modelselection_mvabund.R")

boral-centric

boral – Bayesian Ordination and Regression Analysis of Multivariate Abundance Data in R

So Many Variables: Joint Modeling in Community Ecology

#source("code/startercode.R")
#source("code/speciesrichness-analysis.R")
#source("code/fourthcorner-analysis.R")

#which use...
#source("code/fourthcorner-analysis-auxilaryfunctions.R")
#source("code/speciesrichness-auxilaryfunctions.R")

Boral example particularly designed for studies with very diverse communities, e.g. OTU data

#source("code/boral_withOTUs.R")

#which uses...
#source("code/boral_withOTUs_auxilaryfunctions.R")

About

Collection of tutorials to analyze community data in R


Languages

Language:R 100.0%