Skip to content

Programmatically fix database version downloaded #53

@bednarsky

Description

@bednarsky

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions