Python APIΒΆ

Using ppx typically starts with calling the ppx.find_project() function. This function returns either a PrideProject or MassiveProject object, depending on the repository in where the project resides (PRIDE or MassIVE, respectively). These project objects have methods to find and download files of interest.

find_project

Find a project in the PRIDE or MassIVE repositories.

get_data_dir

Retrieve the current data directory for ppx.

set_data_dir

Set the ppx data directory.

pride.list_projects

List all available projects on PRIDE

massive.list_projects

List all available projects on MassIVE.

PrideProject

Retrieve information about a PRIDE project.

MassiveProject

Retrieve information about a MassIVE project.