bioplex1: Downloads the BioPlex version 1.0 interaction dataset

View source: R/bioplex.R

bioplex1R Documentation

Downloads the BioPlex version 1.0 interaction dataset

Description

This dataset contains ~24,000 interactions detected in HEK293T cells using 2,594 baits. More details at https://bioplex.hms.harvard.edu/interactions.php.

Usage

bioplex1()

Value

Data frame (tibble) with interactions.

See Also

  • bioplex2

  • bioplex3

  • bioplex_hct116_1

  • bioplex_all

Examples

bioplex_interactions <- bioplex1()
nrow(bioplex_interactions)
# [1] 23744
colnames(bioplex_interactions)
# [1] "GeneA"         "GeneB"        "UniprotA"   "UniprotB"
# [5] "SymbolA"       "SymbolB"      "p_wrong"    "p_no_interaction"
# [9] "p_interaction"


saezlab/OmnipathR documentation built on June 17, 2024, 2:24 a.m.