getData {OmaDB} | R Documentation |
The function to obtain the information available for a single entry in the datase.
getData(type, id = NULL)
type |
the type for the entry to be returned - either protein, genome or group |
id |
an identifier for the entry to be returned. For more information, see the "Get started with Roma" vignette. |
an object containing the JSON keys as attributes
getData(type = "protein", id="YEAST00001") getData(type = "group", id="YEAST00001")