providers: providers

Description Usage Arguments Value Author(s) See Also Examples

Description

The central PSICQUIC server has only one purpose: to return a list of, and metadata about, the currently "live" PSICQUIC-compliant MI-QL websites. A list of these providers by the PSICQUIC object you create, and is returned by this method.

Usage

1
2
## S4 method for signature 'PSICQUIC'
providers(object)

Arguments

object

a PSICQUIC object.

Value

A list of character strings, short readable names for the providers, e.g., "BioGrid", "IntAct".

Author(s)

Paul Shannon

See Also

interactions, rawQuery, addGeneInfo, IDMapper, interactionTypes, detectionMethods, speciesIDs

Examples

1
2
  psicquic <- PSICQUIC()
  providers(psicquic)

paul-shannon/PSICQUIC documentation built on May 29, 2019, 7:35 a.m.