View source: R/annotation_shared.R
load_annotations | R Documentation |
We should be able to have an agnostic annotation loader which can take some standard arguments and figure out where to gather data on its own.
load_annotations(type = NULL, ...)
type |
Explicitly state the type of annotation data to load. If not provided, try to figure it out automagically. |
... |
Arguments passed to the other load_*_annotations(). |
Some annotations, hopefully.
[load_biomart_annotations()] [load_gff_annotations()] [load_genbank_annotations()] [load_kegg_annotations()] [load_trinotate_annotations()] [load_microbesonline_annotations()] [load_uniprot_annotations()]
example_gff <- get_paeruginosa_data()[["gff"]]
gff_annotations <- load_annotations(type = "gff", gff = example_gff)
dim(gff_annotations)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.