Ideal for visualizing gene expression data from the Brainspan developmental transcriptome or GTEx.

sf_brain_outer

Format

A simple feature collection with 16 features and 7 fields

id

short name of brain region

lab_x

x coordinate of manual region label

lab_y

y coordinate of manual region label

line_x

x coordinate of line pointing to manual region label

line_y

y coordinate of line pointing to manual region label

line_xend

x coordinate of line pointing to region

line_yend

y coordinate of line pointing to region

geometry

the sf shape corresponding to the region

Source

GPL-3.0 by https://github.com/ethanbahl/cerebroViz

See also

Examples

sf_brain <- sffs::sf_brain_outer plot(sf_brain['id'], key.length = 1)