providers: providers

providersR Documentation

providers

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

## 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

  psicquic <- PSICQUIC()
  providers(psicquic)


paul-shannon/PSICQUIC documentation built on Oct. 19, 2024, 3:26 a.m.