listNIDPs {neuroimaGene} | R Documentation |
List NIDPs
Description
Supplies a list of all NIDPs by name for any given modality or atlas
Usage
listNIDPs(modality = NA, atlas = NA, filename = NA, verbose = FALSE)
Arguments
modality |
Neuroimaging modality. Defaults to NA; see README for additional options |
atlas |
Neuroimaging parcellation atlas for NIDP query. Defaults to NA; see README for additional options |
filename |
optional filename for writing data to a table |
verbose |
print runtime messages to R console. Default to FALSE |
Value
a list of NIDP names satisfying the required criteria
Examples
dk_names <- listNIDPs(modality = 'T1', atlas = 'Desikan')
[Package neuroimaGene version 0.1.0 Index]