Process Synapse Table Filehandles in batch processing, will take unannotated data and batch process each of them based on a visualization function
get_annotation_batch(
syn,
all_data,
curated_data,
synapse_tbl_id,
filehandle_cols,
uid,
survey_colnames,
n_batch,
output_location,
visualization_funs,
cache_location,
keep_metadata = NULL,
sort_keys = NULL
)
synapseclient
dataframe of whole data from synapse table
dataframe of annotated ata
synapse source table id
filehandle column target to parse
unique identifier of each files
the column for storing survey input
number of batch per session
where to store processed files
function to visualize data
where to find raw files
metadata to keep from the table
sorting keys
a dataframe containing processed Table column files that will be used for rendering in the Shiny App