Fetch possible enrichment analysis categories

GET /mieaa/api/v1/enrichment_categories/bta/mirna/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "categories": [
        [
            "GO_Annotations_indirect_mature",
            "Annotations derived over miRTarBase (Gene Ontology)"
        ],
        [
            "GO_Annotations_mature",
            "Annotation (Gene Ontology)"
        ],
        [
            "miRandola_mature",
            "exRNA forms (miRandola)"
        ],
        [
            "miRBase_Chromosomes_mature",
            "Chromosomal location (miRBase)"
        ],
        [
            "miRBase_Conserved_miRNAs_5_organisms_mature",
            "Conservation (miRBase)"
        ],
        [
            "miRBase_High_confidence_mature",
            "Confidence (miRBase)"
        ],
        [
            "miRBase_Seed_family_mature",
            "Seed family (miRBase)"
        ],
        [
            "miRTarBase_mature",
            "Target genes (miRTarBase)"
        ],
        [
            "NPInter_mature",
            "Interactions (NPInter)"
        ],
        [
            "RNALocate_mature",
            "Localization (RNALocate)"
        ],
        [
            "MirGeneDB_High_confidence_mature",
            "High confidence (MirGeneDB)"
        ],
        [
            "miRNAome_mature",
            "Cell-type specific (Cellular microRNAome)"
        ]
    ]
}