Custom Function Container for DNA Metabarcoding
This package is for sharing and maintaining custom functions written for DNA metabarcoding data analysis as conducted in the laboratory of Dr. Lawrence David at Duke University, Durham, NC
Make sure Phyloseq package is already installed. For Phyloseq installation, use the following documentation: https://joey711.github.io/phyloseq/install.html
Install "devtools" if not already installed:
install.packages("devtools")
otherwise proceed as follows:
library(devtools)
install_github("ammararuby/MButils")
As a github package, users will not be automatically prompted to update the package. However, updates are often added as the package is still under development. To check if your installed version is up-to-date, please install the package dtupdate (https://github.com/hrbrmstr/dtupdate) and follow the instructions presented in their README.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.