mandymejia / ciftiTools

ciftiTools R package
46 stars 8 forks source link

13.0 #58

Closed damondpham closed 9 months ago

damondpham commented 9 months ago

13.2

ciftiTools now has a couple functions which make working with parcellations easier. (A parcellation is a single-column dlabel CIFTI or "xifti" object. Each label level, or "Key", represents a "parcel." Each location belongs to exactly one parcel. Parcels are usually contiguous regions--but not necessarily. ciftiTools includes a few of the most commonly-used parcellations. These can be loaded with load_parc. Any other parcellation CIFTI file can be read in with read_cifti.)

Other new functions:

Changes to existing functions:

Bug fixes:

13.1 also includes misc. documentation and warning improvements.