Description Usage Arguments Value
View source: R/store_to_synapse.R
Function to store annotator's table to synapse
1 2 3 4 5 6 7 8 9 10 | store_to_synapse(
syn,
synapseclient,
parent_id,
new_data,
stored_data,
current_annotator,
output_filename,
...
)
|
syn |
synapse client object |
synapseclient |
synapseclient library |
parent_id |
parent id to store dataframe |
new_data |
current annotations dataframe |
stored_data |
previously stored annotation dataframe |
current_annotator |
current annotator as file prefix |
output_filename |
name of the data output |
... |
additional info, will be used for provenance |
saved File Entity in Synapse
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.