README.md

Local Taxa Tool (LocaTT)

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/.

Installation

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.
devtools::install_github("Urodelan/LocaTT")

# Load the LocaTT package.
library(LocaTT)



Try the LocaTT package in your browser

Any scripts or data that you put into this service are public.

LocaTT documentation built on Nov. 2, 2023, 6:09 p.m.