get_besthit: Get the "besthit" table for a given species

View source: R/blast.R

get_besthitR Documentation

Get the "besthit" table for a given species

Description

Get the "besthit" table for a given species

Usage

get_besthit(strata, taxid)

Arguments

strata

Strata object

taxid

A species name or taxonomy ID

Value

data.frame of best hits (get_max_hit)

Examples

## Not run: 
strata@data$besthits[["Unicorn"]] <- get_besthit(strata, "Unicorn")

## End(Not run)

arendsee/phylostratr documentation built on Dec. 23, 2024, 1:31 p.m.