inbiomap_raw: Downloads network data from InWeb InBioMap

View source: R/inbiomap.R

inbiomap_rawR Documentation

Downloads network data from InWeb InBioMap

Description

Downloads the data from https://inbio-discover.com/map.html#downloads in tar.gz format, extracts the PSI MITAB table and returns it as a data frame.

Usage

inbiomap_raw(curl_verbose = FALSE)

Arguments

curl_verbose

Logical. Perform CURL requests in verbose mode for debugging purposes.

Value

A data frame (tibble) with the extracted interaction table.

See Also

inbiomap_download

Examples

## Not run: 
inbiomap_psimitab <- inbiomap_raw()

## End(Not run)

saezlab/OmnipathR documentation built on May 3, 2024, 5:32 a.m.