get_genbank_count_by_gene: Get the count of number of sequences for different genes for...

View source: R/dataFunctions.R

get_genbank_count_by_geneR Documentation

Get the count of number of sequences for different genes for this taxon

Description

This will use a few popular genes by default, but you can pass your own instead.

Usage

get_genbank_count_by_gene(
  taxon,
  focal.genes = c("COI", "18S", "28S", "matk", "rbcl")
)

Arguments

taxon

The clade of interest

focal.genes

Vector of gene names

Value

vector of counts by gene, with label being the given gene name

Examples

get_genbank_count_by_gene("Myrmecocystus")

bomeara/chapter2 documentation built on July 27, 2024, 10:35 p.m.