Helper function for downloading a number of Synapse table-attached files according to input batch, and process using desired function

get_session_images(
  data,
  syn,
  synapse_tbl_id,
  filehandle_cols,
  uid,
  n_batch,
  cache_location,
  keep_metadata = NULL
)

Arguments

data

containing un-annotated data based on each user

syn

synapse object

synapse_tbl_id

synapse table id

filehandle_cols

table filehandles

uid

unique ID of images/plot/graphs

n_batch

number of images/plot/graphs per annotation session

cache_location

where to cache each user annotations

keep_metadata

metadata to keep

Value

unannotated data based on previously stored records