Description Usage Format Value Author(s) Source Examples
R list object containing network data resources and, when available, confidence scores for each interaction. Each resource was taken as-is from flat-file downloads and simplified into SIF files for expediency. Citation information for each cached resource can be accessed via attr(network_list, 'network_data_sources'). Some resources are queried using existing R packages. For example, we access STRING data through STRINGdb. Future versions of RITAN will leverage additional existing package services.
1  | 
A list of resources, one entry for each network resource. Each list element is a data.frame with 3 columns:
p1protein or gene 1
edge_typeedge/interaction/connection type
p2protein or gene 2
A list of netowrk resources. Each entry contains a list of edges as a data.frame.
Michael T Zimmermann
Multiple sources used. See our table in the RITAN network vignette for citation information.
1  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.