rba_reactome_people_id {rbioapi}R Documentation

A person by his identifiers

Description

A person by his identifiers

Usage

rba_reactome_people_id(
  person_id,
  authored_pathways = FALSE,
  publications = FALSE,
  attribute_name = NULL,
  ...
)

Arguments

person_id

Reactome database ID (DbId) or ORCHID ID

authored_pathways

Logical: Only return Pathway list authored by the person? (default = FALSE)

publications

Logical: Only return publications list authored by the person? (Defalt = FALSE)

attribute_name

(optional) A Reactome person attribute to return only. see Reactome Data Schema: person for available options.

...

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

Value

List containing the requested informations of your supplied person.

Corresponding API Resources

"GET https://reactome.org/ContentService"

References

See Also

Other "Reactome Content Service - Person Queries": rba_reactome_people_name()

Examples


rba_reactome_people_id("391309")


rba_reactome_people_id(person_id = "391309", authored_pathways = TRUE)



[Package rbioapi version 0.8.1 Index]