webBrowser-functions: Web Browser Functions

Description Usage Details Value Author(s) See Also Examples

Description

PSICQUIC uses standard codes to identify species, detection methods, and interaction types. In the absence of easy-to-use data files which we could store with, and provide from this package, we instead offer methods which drive your web browser to pages which offer the relevant information.

Usage

1
2
3

Details

interactionTypes will drive your web browser to a EMBL-EBI Ontology Lookup Service devoted to protein-protein interaction types.

detectionMethods will drive your web browser to a EMBL-EBI Ontology Lookup Service devoted to protein interaction detection methods.

speciesIDs helps in finding the NCBI taxon ids which are used to identify species (e.g., "9606" for Homo sapiens). This method drives your web browser to the NCBI Taxonomy Browser (the NCBI Taxonomy Homepage), where you can use the search facilities to obtain the taxon id for your organism/s of interest.

Value

None

Author(s)

Paul Shannon

See Also

providers, interactions, rawQuery, addGeneInfo, IDMapper,

Examples

1
2
3
4
5
6
7
  ## Not run: 
    psicquic <- PSICQUIC()
    speciesIDs()
    interactionTypes()
    detectionMethods()
    
## End(Not run)

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