load_uniprot_go: Extract ontology information from a uniprot dataframe.

View source: R/annotation_uniprot.R

load_uniprot_goR Documentation

Extract ontology information from a uniprot dataframe.

Description

Extract ontology information from a uniprot dataframe.

Usage

load_uniprot_go(...)

Arguments

...

Whatever args are required for load_uniprot_annotations()

Value

Ontology dataframe

See Also

[load_uniprot_annotations()] [stringr] [tidyr]

Examples

## 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)

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