get_microbesonline_taxid: Extract microbesonline taxon IDs without having to click on...

View source: R/annotation_microbesonline.R

get_microbesonline_taxidR Documentation

Extract microbesonline taxon IDs without having to click on the weird boxes at the top of the website.

Description

This should simplify getting material from microbesonline.

Usage

get_microbesonline_taxid(species = "Acyrthosiphon pisum virus")

Arguments

species

String to search the set of microbesonline taxa.

Value

NULL or 1 or more taxon ids.

See Also

[xml2]

Examples

 coli_taxids <- get_microbesonline_taxid(species = "coli S88")
 head(coli_taxids)

elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.