getInfo {OmaDB}R Documentation

Get further information for a dataframe of members

Description

The function to obtain further information from a dataframe containing a list of members.

Usage

getInfo(df, type, format = NULL)

Arguments

df

the dataframe or a list of dataframes containing the genomic range data of interest

type

the type of information to be retrieved

format

currently only relevant to type = ontologies where it can be set to either "geneID2GO" or "GO2geneID". Default is "geneID2GO"

Value

an list

Examples

sequences = getInfo(df = getData("group","YEAST58")['members'],type='sequences')

[Package OmaDB version 1.2.2 Index]