SubmissionViewSchema | R Documentation |
A SubmissionViewSchema is a Entity that displays all files/projects (depending on user choice) within a given set of scopes
SubmissionViewSchema(name=NULL, columns=NULL, parent=NULL, scopes=NULL, addDefaultViewColumns=TRUE, addAnnotationColumns=TRUE, ignoredAnnotationColumnNames=list(), properties=NULL, annotations=NULL, local_state=NULL)
name |
the name of the Entity View Table object |
columns |
a list of Column objects or their IDs. These are optional. |
parent |
the project in Synapse to which this table belongs |
scopes |
a list of Evaluation Queues or their ids |
addDefaultViewColumns |
If true, adds all default columns (e.g. name, createdOn, modifiedBy etc.) |
addAnnotationColumns |
If true, adds columns for all annotation keys defined across all Entities in |
ignoredAnnotationColumnNames |
A list of strings representing annotation names. |
properties |
A map of Synapse properties |
annotations |
A map of user defined annotations |
local_state |
Internal use only |
An object of type SubmissionViewSchema
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.