Reactome · Schema

ResourceSummary

Biological PathwaysBioinformaticsLife SciencesPathway AnalysisGene EnrichmentMolecular InteractionsSystems BiologyOpen Science

Properties

Name Type Description
filtered integer
pathways integer
resource string
View JSON Schema on GitHub

JSON Schema

analysis-service-resourcesummary.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://reactome.org/schemas/analysis-service/ResourceSummary",
  "title": "ResourceSummary",
  "type": "object",
  "properties": {
    "filtered": {
      "type": "integer",
      "format": "int32"
    },
    "pathways": {
      "type": "integer",
      "format": "int32"
    },
    "resource": {
      "type": "string"
    }
  }
}