load_microbesonline_annotations | R Documentation |
The microbesonline publicly available mysqldb is rather more complex than I prefer. This skips that process and just grabs a tsv copy of everything and loads it into a dataframe. I have not yet figured out how to so-easily query microbesonline for species IDs, thus one will have to manually query the database to find species of interest.
load_microbesonline_annotations(species = NULL, id = NULL)
species |
Microbesonline species. |
id |
Microbesonline ID to query. |
Tested in test_70expt_spyogenes.R There is so much awesome information in microbesonline, but damn is it annoying to download. This function makes that rather easier, or so I hope at least.
Dataframe containing the annotation information.
[rvest] [xml2] [readr]
pa14_microbesonline_annot <- load_microbesonline_annotations(species = "PA14")
colnames(pa14_microbesonline_annot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.