brainmaps_listfragments: Low level call to brainmaps API to list mesh fragment ids for...

View source: R/brainmaps-api.R

brainmaps_listfragmentsR Documentation

Low level call to brainmaps API to list mesh fragment ids for segment ids

Description

Low level call to brainmaps API to list mesh fragment ids for segment ids

Usage

brainmaps_listfragments(
  x,
  volume = getOption("fafbseg.brainmaps.volume"),
  meshName = getOption("fafbseg.brainmaps.meshName"),
  ...
)

Arguments

x

Single segment identifier

volume

String identifier for the volume containing segments

meshName

String identifier for the meshes

...

Additional arguments passed to brainmaps_fetch

Value

Character vector of fragment ids

See Also

read_brainmaps_meshes

Examples

## Not run: 
brainmaps_listfragments(7186840767)

## End(Not run)

natverse/fafbseg documentation built on Nov. 11, 2024, 9:50 p.m.