Package index
-
add_tracked_job_parent()
- Add parent/child id relationship to tracking database
-
butterworth_filter_4d()
- Apply a Butterworth Filter to a 4D NIfTI Image
-
cluster_job_submit()
- This function submits a single script to a high-performance cluster using a scheduler (Slurm or TORQUE). It accepts a vector of arguments to be passed to the scheduler and a vector of environment variables that should be passed to the compute node at job execution.
-
construct_bids_filename()
- Construct BIDS-Compatible Filenames from Extracted Entity Data
-
edit_project()
- Interactively edit a study configuration by field (field-guided)
-
extract_bids_info()
- Extract fields from BIDS filenames
-
filtfilt_cpp
- Zero-Phase IIR Filtering via Forward and Reverse Filtering
-
get_fmriprep_outputs()
- Identify fMRIPrep-Derived Outputs for a NIfTI File
-
get_project_status()
- Get processing status for all subjects
-
get_subject_status()
- Get processing status for a single subject
-
get_tracked_job_status()
- Query job status in tracking SQLite database
-
getline()
- Read a Line of Input from the User in Both Interactive and Non-Interactive Sessions
-
image_quantile
- Compute Quantiles from a 3D or 4D NIfTI Image
-
insert_df_sqlite()
- helper function to insert a keyed data.frame into the sqlite storage database
-
lmfit_residuals_4d
- Apply Confound Regression to 4D fMRI Data Using Voxelwise Linear Models
-
load_project()
- Load a study configuration from a file
-
natural_spline_4d
- Interpolate fMRI Time Series with Cubic Splines in a NIfTI File
-
natural_spline_interp
- Cubic spline interpolation with natural spline and linear extrapolation
-
parse_cli_args()
- Parse CLI-style arguments into a nested list using args_to_df()
-
postprocess_subject()
- Postprocess a single fMRI BOLD image using a configured pipeline
-
remove_nifti_volumes
- Remove Specified Timepoints from a 4D NIfTI Image
-
resample_template_to_img()
- Resample TemplateFlow Mask to fMRIPrep Image Using Python
-
run_bids_validation()
- Run BIDS validation on the project BIDS directory
-
run_fsl_command()
- Run an FSL command with optional Singularity container support and structured logging
-
run_project()
- Run the processing pipeline
-
setup_project()
- Setup the processing pipeline for a new fMRI study
-
summary(<bg_project_cfg>)
- summary method for study configuration object
-
summary(<bg_status_df>)
- Summarize project status
-
update_tracked_job_status()
- Update Job Status in Tracking SQLite Database
-
wait_for_job()
- This function pauses execution of an R script while a scheduled qsub job is not yet complete.