Menu

Package that provides tools for brain MRI Deep Learning pre-processing.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

brainprep.workflow.mriqc.query_api(dtype, filters=None, maxpage=None)[source]

Query the mriqc API using 3 element conditional statement.

Parameters:

dtype : str

the data type: ‘bold’,’T1w’,or ‘T2w’.

filters : list or str, default None

list of conditional phrases consisting of: keyword to query + conditional argument + value. All conditions checked against API as and phrases.

maxpage : int, default None

optionally define the maximum number of page to scroll.

Returns:

df : DataFrame

a table of all mriqc entries that satisfy the contitional statement.

Follow us

© 2025, brainprep developers