action monarchinitiative_get_information_content_resource { label: "Returns information content (IC) for a set of relevant ontology classes" description: "```\nIC = -log2( freq(t) / popSize )\n```\n\nHere the frequency and population is calculated for a particular dataset:\ne.g. all human disease-phenotype associations" provider: monarchinitiative method: GET path: "/ontol/information_content/{subject_category}/{object_category}/{subject_taxon}" encoding: json input: { type: "object" properties: { evidence: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }