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)

Example output

Loading required package: IRanges
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package:BiocGenericsThe following objects are masked frompackage:parallel:

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked frompackage:stats:

    IQR, mad, sd, var, xtabs

The following objects are masked frompackage:base:

    anyDuplicated, append, as.data.frame, basename, cbind, colnames,
    dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
    grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
    order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
    rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
    union, unique, unsplit, which.max, which.min

Loading required package: S4Vectors
Loading required package: stats4

Attaching package:S4VectorsThe following object is masked frompackage:base:

    expand.grid

Loading required package: biomaRt
Loading required package: httr
Loading required package: plyr

Attaching package:plyrThe following object is masked frompackage:IRanges:

    desc

The following object is masked frompackage:S4Vectors:

    rename

Warning message:
replacing previous importIRanges::descbyplyr::descwhen loadingPSICQUICWarning message:
In .loadRegistry() :
  failed to get response from PSICQUIC registry at http://www.ebi.ac.uk/Tools/webservices/psicquic/registry/registry?action=ACTIVE&format=txt
sh: 1: xdg-open: Permission denied
sh: 1: xdg-open: Permission denied
sh: 1: xdg-open: Permission denied

PSICQUIC documentation built on Nov. 8, 2020, 6:37 p.m.