Reference API

This is the primary reference of pypmi. Please refer to the user guide for more information on how to best implement these functions in your own workflows.

pypmi.fetchers - Dataset fetchers

Functions for fetching/downloading data from the PPMI database.

Functions for listing and downloading datasets from the PPMI database:

pypmi.fetchers.fetchable_studydata()

List study data available to download from the PPMI.

pypmi.fetchers.fetchable_genetics()

List genetics data available to download from the PPMI.

pypmi.fetchers.fetch_studydata(datasets[, ...])

Download specified study data datasets from the PPMI database.

pypmi.fetchers.fetch_genetics(datasets[, ...])

Download specified genetics data datasets from the PPMI database.