load_ppi: Helper function to load requested PPI w/ parameters

View source: R/ppi_ingest.R

load_ppiR Documentation

Helper function to load requested PPI w/ parameters

Description

Helper function to load requested PPI w/ parameters

Usage

load_ppi(
  cache = NULL,
  union = FALSE,
  intersection = FALSE,
  species = "9606",
  min_score = 0,
  ppi = "stringdb"
)

Arguments

cache

A filepath to a folder downloaded files should be stored

union

bool

intersection

bool

species

species code either using latin species name or taxon id

min_score

minimum connectivity score for each edge in the network.

ppi

str

Value

igraph object


DavisWeaver/crosstalkr documentation built on May 6, 2024, 6:09 p.m.