inbiomap_raw {OmnipathR}R 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


inbiomap_psimitab <- inbiomap_raw()


[Package OmnipathR version 3.0.0 Index]