Reactome · Schema

AnalysisSummary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
fileName string
gsaMethod string
gsaToken string
includeDisease boolean
interactors boolean
projection boolean
sampleName string
species integer
text boolean
token string
type string
View JSON Schema on GitHub

JSON Schema

analysis-service-analysissummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/AnalysisSummary",
  "title": "AnalysisSummary",
  "type": "object",
  "properties": {
    "fileName": {
      "type": "string"
    },
    "gsaMethod": {
      "type": "string"
    },
    "gsaToken": {
      "type": "string"
    },
    "includeDisease": {
      "type": "boolean"
    },
    "interactors": {
      "type": "boolean"
    },
    "projection": {
      "type": "boolean"
    },
    "sampleName": {
      "type": "string"
    },
    "species": {
      "type": "integer",
      "format": "int64"
    },
    "text": {
      "type": "boolean"
    },
    "token": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  }
}