Reactome · Schema

ExternalAnalysisSummary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
gsaMethod string
gsaToken string
includeDisease boolean
interactors boolean
projection boolean
sampleName string
server string
token string
type string
version integer
View JSON Schema on GitHub

JSON Schema

analysis-service-externalanalysissummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ExternalAnalysisSummary",
  "title": "ExternalAnalysisSummary",
  "type": "object",
  "properties": {
    "gsaMethod": {
      "type": "string"
    },
    "gsaToken": {
      "type": "string"
    },
    "includeDisease": {
      "type": "boolean"
    },
    "interactors": {
      "type": "boolean"
    },
    "projection": {
      "type": "boolean"
    },
    "sampleName": {
      "type": "string"
    },
    "server": {
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "type": {
      "type": "string",
      "enum": [
        "SPECIES_COMPARISON",
        "OVERREPRESENTATION",
        "EXPRESSION",
        "GSA_REGULATION",
        "GSA_STATISTICS",
        "GSVA"
      ]
    },
    "version": {
      "type": "integer",
      "format": "int32"
    }
  }
}