getOntologies {OmaDB}R Documentation

Get the gene ontologies from members

Description

The function to obtain the gene ontologies from a dataframe of members.

Usage

getOntologies(df)

Arguments

df

the dataframe or a list of dataframes containing the member proteins of interest

Value

a list containing the geneID2GO information

Examples

ontologies = getOntologies(df = getData("group","YEAST58")['members'])

[Package OmaDB version 1.0.1 Index]