get_stored_annotation: Get Stored Annotation

Description Usage Arguments Value

View source: R/get_stored_annotation.R

Description

Get stored annotation in synapse, it will search based on synapse parentId, the filename, and the annotator (filename prefix). If not exist, build an empty dataframe

Usage

1
2
3
4
5
6
7
8
get_stored_annotation(
  syn,
  parent_id,
  stored_filename,
  uid,
  keep_metadata,
  survey_colnames
)

Arguments

syn

synapseclient

parent_id

synapse parent Id

stored_filename

filename of the annotation

uid

unique identifier of the files needed to be annotate

keep_metadata

what metadata to keep from the table

survey_colnames

column for the survey

Value

a dataframe containing several columns of the annotation information (survey input, metadata, annotation timestamp)


Sage-Bionetworks/mhealthannotator documentation built on Jan. 28, 2022, 6:08 a.m.