Skip to contents

Get a list of intersecting regions to a list of common regions

Usage

rois_intersect_region_list(common_reg, rois)

Arguments

common_reg

A comprehensive list of all regions (and all existing subregions) that the brain area in the rois list will be compared against.

rois

A list of rois whose regions and subregions will be compared the the common_reg list

Value

common_reg A list of the rois (or any of its subregions) that intersected with the common_reg list.

Examples