pypath.inputs.trip.trip_process§

pypath.inputs.trip.trip_process(exclude_methods=['Inference', 'Speculation'], predictions=False, species='Human', strict=False)[source]§

Downloads TRIP data by calling pypath.dadio.take_a_trip() and further provcesses it. Returns dict of dict with TRIP data.

@exclude_methodslist

Interaction detection methods to be discarded.

@predictionsbool

Whether to include predicted interactions.

@speciesstr

Organism name, e.g. Human.

@strictbool

Whether include interactions with species not used as a bait or not specified.