getInfo {OmaDB} | R Documentation |
The function to obtain further information from a dataframe containing a list of members.
getInfo(df, type, format = NULL)
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" |
an list
sequences = getInfo(df = getData("group","YEAST58")['members'],type='sequences')