The Local Taxa Tool (LocaTT, pronounced “locate”) is an R package for performing taxonomic assignment of DNA metabarcoding sequence data while considering geographic location. A detailed tutorial is available at https://urodelan.github.io/Local_Taxa_Tool_Tutorial/.
The current version of the LocaTT package can be installed from the Comprehensive R Archive Network (CRAN):
# Install the LocaTT package from the CRAN.
install.packages("LocaTT")
# Load the LocaTT package.
library(LocaTT)
The development version of the LocaTT package can be installed from GitHub:
# Install the devtools package.
install.packages("devtools")
# Load the devtools package.
library(devtools)
# Install the LocaTT package from GitHub.
::install_github("Urodelan/LocaTT")
devtools
# Load the LocaTT package.
library(LocaTT)