rba_reactome_people_name {rbioapi}R Documentation

Get Persons Information by Name

Description

Using this function you can query people by partially matching or exact name and retrieve a list of matching people in Reactome.

Usage

rba_reactome_people_name(person_name, exact_match = FALSE, ...)

Arguments

person_name

first and last name of the person

exact_match

Logical: should the supplied name be considered as an exact match? (default = FALSE)

...

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

Value

List where each element is a search hit contains the person's information.

Corresponding API Resources

"GET https://reactome.org/ContentService/data/people/name/{name}"
"GET https://reactome.org/ContentService/data/people/name/{name}/exact"

References

See Also

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

Examples


rba_reactome_people_name("Jupe")


rba_reactome_people_name("Steve Jupe", exact_match = TRUE)



[Package rbioapi version 0.8.1 Index]