inbiomap_raw | R Documentation |
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.
inbiomap_raw(curl_verbose = FALSE)
curl_verbose |
Logical. Perform CURL requests in verbose mode for debugging purposes. |
A data frame (tibble) with the extracted interaction table.
inbiomap_download
## Not run:
inbiomap_psimitab <- inbiomap_raw()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.