bioplex3: Downloads the BioPlex version 3.0 interaction dataset

View source: R/bioplex.R

bioplex3R Documentation

Downloads the BioPlex version 3.0 interaction dataset

Description

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

Usage

bioplex3()

Value

Data frame (tibble) with interactions.

See Also

  • bioplex1

  • bioplex2

  • bioplex_hct116_1

  • bioplex_all

Examples

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


saezlab/OmnipathR documentation built on April 17, 2024, 9:39 p.m.