rba_reactome_entity_other_forms {rbioapi}R Documentation

Get Other forms of a Reactome Entity

Description

This function retrieve a list containing all other forms of your supplied Physical Entity ID.

Usage

rba_reactome_entity_other_forms(entity_id, ...)

Arguments

entity_id

Reactome's entity ID.

...

rbioapi option(s). See rba_options's arguments manual for more information on available options.

Details

According to Reactome API documentation, "These other forms are Physical Entities that share the same Reference Entity identifier, e.g. PTEN H93R R-HSA-2318524 and PTEN C124R R-HSA-2317439 are two forms of PTEN."

Value

Data frame where each row is other forms of your supplied Entity ID and columns are pertinent information.

Corresponding API Resources

"GET https://reactome.org/ContentService/data/entity/{id}/otherForms"

References

See Also

Other "Reactome Content Service - Physical Entity Queries": rba_reactome_complex_list(), rba_reactome_complex_subunits(), rba_reactome_participant_of()

Examples


rba_reactome_entity_other_forms("R-HSA-199420")



[Package rbioapi version 0.8.1 Index]