catmaid_get_volumelist: Fetch a data frame containing details of all volumes on...

View source: R/meshes.R

catmaid_get_volumelistR Documentation

Fetch a data frame containing details of all volumes on CATMAID server

Description

Fetch a data frame containing details of all volumes on CATMAID server

Usage

catmaid_get_volumelist(conn = NULL, pid = 1, ...)

Arguments

conn

the catmaid_connection object

pid

project id (default 1)

...

Additional arguments passed to the catmaid_fetch function.

Value

Since CATMAID v2018.07.19-457-ga09910b a data.frame with columns

  • id

  • name

  • comment

  • user_id

  • editor_id

  • project_id

  • creation_time

  • edition_time

  • annotations

See Also

catmaid_get_volume

Examples


vl <- catmaid_get_volumelist()
head(vl)
# find meshes whose name matches neuropil
subset(vl, grepl('neuropil', name))


jefferis/rcatmaid documentation built on Aug. 16, 2022, 8:52 p.m.