Skip to contents

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.

Examples

if (FALSE) {
inbiomap_psimitab <- inbiomap_raw()
}