Arguments
q
a keyword, name, external identifier, or a Lucene query string.
page
an integer giving the search result page number (N>=0, default:
0)
datasource
a vector that is a filter by data source (use names or URIs
of pathway data sources or of any existing Provenance object). If multiple
data source values are specified, a union of hits from specified sources is
returned. For example, datasource as c("reactome", "pid") returns hits
associated with Reactome or PID.
organism
a vector that is an organism filter. The organism can be
specified either by official name, e.g. "homo sapiens" or by NCBI taxonomy
id, e.g. "9606". Similar to data sources, if multiple organisms are
declared a union of all hits from specified organisms is returned. For
example organism as c("9606", "10016") returns results for both human and
mice. Only humans, "9606" is officially supported.
type
BioPAX class filter. See Details.
verbose
a boolean, display the command used to query Pathway Commons