This is a thin wrapper over FishLife library that helps to abstract the underlying data structure from the final user, easing the fetching and update of local LHTs. The following processes have been integrated:
- Fetch predicted LHTs 'as is' from FishLife for an individual taxon.
- Provide predicting LHTs and fetch the updated predicted values from FishLife for an individual taxon.
- Both processes, 1 and 2 can be accomplished in a streamline fashion for multiple taxa via a csv file.
Please have a look at this tutorial to understand how it works.
This R package can be installed through the devtools as follows:
devtools::install_github("https://github.com/d2gex/LHTpicker", dep=TRUE)