action firebrowse_feature_table { label: "Retrieve aggregated analysis features table." description: "This service returns part or all of the so-called feature table; which aggregates the most important findings across ALL pipelines in the GDAC Firehose analysis workflow into a single table for simple access. One feature table is created per disease cohort. Results may be filtered by date or cohort, but at least 1 cohort must be specified here. For more details please visit the online documentation. Please note that the service is still undergoing experimental evaluation and does not return JSON format." provider: firebrowse method: GET path: "/Analyses/FeatureTable" encoding: json input: { type: "object" properties: { cohort: { type: "string" } column: { type: "string" } date: { type: "string" } format: { type: "string" } page: { type: "string" } page_size: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }