Skip to main content
Glama
over_representation_analysis_handler.d.ts711 B
import { MiEAAError } from "../utils/mieaa.js"; type Entity = "mirna" | "precursor"; interface ORAOptions { species: string; entity: Entity; ids: string[]; category_selection?: string; categories?: string[]; reference_set?: string[]; p_adjust?: string; p_scope?: string; alpha?: number; min_hits?: number; } export declare class OverRepresentationAnalysisHandler { validate(options: ORAOptions): string | null; buildBody(options: ORAOptions): any; parseCategorySelection(selection: string, categories: string[]): string[]; run(options: ORAOptions): Promise<any | MiEAAError>; } export {}; //# sourceMappingURL=over_representation_analysis_handler.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kkShrihari/miEAA3_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server