parse_named_map: Parse Named Map from CIFTI

View source: R/parse_named_map.R

parse_named_mapR Documentation

Parse Named Map from CIFTI

Description

Extracts information about Named Maps from CIFTI file

Usage

parse_named_map(nodeset)

get_named_map(fname, verbose = TRUE)

Arguments

nodeset

Set of XML nodes corresponding to NamedMap

fname

filename of CIFTI file

verbose

print diagnostic messages

Value

List of values

Examples

## Not run: 
doc = cifti_xml(fname)
nodes = xml_find_all(doc, "/CIFTI/Matrix/MatrixIndicesMap")
nodeset = xml_find_all(nodes, "./NamedMap")
parse_named_map(nodeset)

## End(Not run)

neuroconductor-devel/cifti documentation built on July 3, 2025, 10:51 p.m.