Skip to content

Region specific heatmaps #28

Description

@keithmurphy

Has anyone had any success making a region specific heatmap? I don't understand the region id hierarchy but am trying to use the lbl.labelAtLevel function to isolate the dorsomedial nucleus of the hypothalamus. Right now I'm using this bit of code

for l in labelids:
if not lbl.labelAtLevel(l, 3) == 688:
outside = numpy.logical_or(outside, label == l);
Where 688 was the id in the region count csv output, but I don't think thats correct
Any help would be much appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions