| fetch_neuromaps_annotation | R Documentation |
Download brain map annotation files from the neuromaps OSF repository. Surface annotations return two files (left and right hemispheres), volume annotations return one.
fetch_neuromaps_annotation(
source,
desc,
space,
density = NULL,
resolution = NULL,
hemisphere = NULL,
data_dir = neuromaps_cache_dir(),
overwrite = FALSE,
verbose = TRUE
)
source |
Data source identifier (e.g. |
desc |
Map descriptor key (e.g. |
space |
Coordinate space (e.g. |
density |
Surface vertex density (e.g. |
resolution |
Volume voxel resolution (e.g. |
hemisphere |
Hemisphere ( |
data_dir |
Directory for cached downloads. Defaults to
|
overwrite |
Re-download even if cached file exists. |
verbose |
Print progress messages. |
Character vector of downloaded file path(s).
fetch_neuromaps_annotation("abagen", "genepc1", "fsaverage", density = "10k")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.