pypath.inputs.trip§

members:

Functions

take_a_trip([cachefile])

Downloads TRIP data from webpage and preprocesses it.

trip_find_uniprot(soup)

Looks up a UniProt name in table downloaded from TRIP webpage.

trip_get_uniprot(syn)

Downloads table from TRIP webpage and UniProt attempts to look up the UniProt ID for one synonym.

trip_interactions([exclude_methods, ...])

Obtains processed TRIP interactions by calling pypath.inputs.trip.trip_process and returns list of interactions.

trip_process([exclude_methods, predictions, ...])

Downloads TRIP data by calling pypath.dadio.take_a_trip() and further provcesses it.

trip_process_table(tab, result, intrs, ...)

Processes one HTML table downloaded from TRIP webpage.