Skip to contents

Protein-protein interaction network adjacency matrix compiled from multiple public databases. Contains 8434 genes.

Usage

net13Jun12.m

Format

A symmetric binary matrix (8434 x 8434):

Rows/Columns

Gene Entrez IDs

Values

1 = interaction, 0 = no interaction

Source

Compiled from public PPI databases (June 2012).

References

Teschendorff AE, Enver T. Nat Commun. 2017;8:15599.

Examples

data(net13Jun12.m)
#> Warning: data set 'net13Jun12.m' not found
dim(net13Jun12.m)
#> [1] 8434 8434
sum(net13Jun12.m) / 2  # Number of interactions
#> [1] 303600