Package 'kirby21.t1'

Title: Example T1 Structural Data from the Multi-Modal MRI 'Reproducibility' Resource
Description: Structural T1 magnetic resonance imaging ('MRI') data from the 'Kirby21' 'reproducibility' study <doi:10.1016/j.neuroimage.2010.11.047>.
Authors: John Muschelli [aut, cre]
Maintainer: John Muschelli <[email protected]>
License: GPL-2
Version: 1.8.0
Built: 2026-06-07 08:24:29 UTC
Source: https://github.com/muschellij2/kirby21.t1

Help Index


Delete T1 Image Filenames

Description

Delete the files for the T1 images

Usage

delete_t1_data(...)

Arguments

...

arguments to pass to delete_kirby21_data, modalities = "T1" so it cannot be specified

Value

Nothing is returned


Download T1 Image Filenames

Description

Download the files for the T1 images

Usage

download_t1_data(...)

Arguments

...

arguments to pass to download_kirby21_data, modalities = "T1" so it cannot be specified

Value

Indicator if the data is downloaded.

Examples

download_t1_data(outdir = tempdir())

Get T1 Image Filenames

Description

Return the filenames for the T1 images

Usage

get_t1_filenames(...)

get_brainmask_filenames(...)

Arguments

...

arguments to pass to get_image_filenames, modalities = "T1" so it cannot be specified

Value

Vector of filenames

Examples

get_t1_filenames()