View source: R/annotation_uniprot.R
load_uniprot_go | R Documentation |
Extract ontology information from a uniprot dataframe.
load_uniprot_go(...)
... |
Whatever args are required for load_uniprot_annotations() |
Ontology dataframe
[load_uniprot_annotations()] [stringr] [tidyr]
## Not run:
uniprot_sc_downloaded <- download_uniprot_proteome(species = "Saccharomyces cerevisiae S288c")
sc_uniprot_annot <- load_uniprot_annotations(file = uniprot_sc_downloaded$filename)
sc_uniprot_go <- load_uniprot_go(sc_uniprot_annot)
head(sc_uniprot_go)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.