Hi omnipath team,
thanks for the amazing resource! Maybe I overlooked it but how can I fix the omnipath database version with the python API, for example, with these two requests:
interactions = op.interactions.AllInteractions.get(directed=True, organism='human')
tf_annot = op.requests.Annotations.get(
proteins=proteins,
resources=['TFcensus']
)
This would be useful so that in some years, if my code is rerun, the same results are obtained. So far I just download the dataframes once and store them - is this the best solution?
Thanks again!