View source: R/brainmaps-api.R
brainmaps_listfragments | R Documentation |
Low level call to brainmaps API to list mesh fragment ids for segment ids
brainmaps_listfragments(
x,
volume = getOption("fafbseg.brainmaps.volume"),
meshName = getOption("fafbseg.brainmaps.meshName"),
...
)
x |
Single segment identifier |
volume |
String identifier for the volume containing segments |
meshName |
String identifier for the meshes |
... |
Additional arguments passed to |
Character vector of fragment ids
read_brainmaps_meshes
## Not run:
brainmaps_listfragments(7186840767)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.