get_image_filenames_df: #' @title Get Image Filenames in a 'data.frame'

Description Usage Arguments Value Examples

Description

Return a data.frame of filenames for the images

Usage

1
2
3
4
5
6
7
8
9
get_image_filenames_df(group = c("training", "test"),
  modalities = all_modalities(), type = c("raw", "coregistered"),
  derived = TRUE, long = TRUE)

get_image_filenames_matrix(...)

get_image_filenames_list(...)

get_image_filenames_list_by_subject(...)

Arguments

group

group of IDs to gather. If both c("training", "test"), all IDs are returned

modalities

vector of image modalities within c("FLAIR", "T2", "T2", "PD") to return

type

type of data, either "raw", "coregistered"

derived

Get the derived images (tissue classes/brain mask)

long

if TRUE, each row is a subject, visit, modality pair

...

arguments passed to get_image_filenames_df

Value

Data.frame of filenames

Examples

1
2
3
4

muschellij2/ms.lesion documentation built on June 13, 2019, 12:55 a.m.