Gradient Biotech
U

Menu

Pipelines

All Immunology analysis pipelines run in backend-analysis and are dispatched asynchronously.

List live definitions and parameter schemas:

curl http://localhost:8001/immunology/pipelines

Pipeline index

PipelineEndpointOutputs
immune_compositionPOST /immunology/run/immune-compositionPopulation counts, proportions, group summaries
immune_annotationPOST /immunology/run/immune-annotationImmune labels, state programs, cell preview
repertoire_analysisPOST /immunology/run/repertoire-analysisClonotypes, diversity, V/J usage, expansion, overlap
cell_communicationPOST /immunology/run/cell-communicationLigand-receptor interactions, pathways, cytokine networks, deltas
disease_workflowsPOST /immunology/run/disease-workflowsTrajectory, spatial niche, TLS, proximity, cohort summaries
multimodal_profilingPOST /immunology/run/multimodal-profilingADT, ATAC, multiome, cytometry summaries
interpretPOST /immunology/run/interpretGrounded interpretation JSON with citations and audit artifacts
reportPOST /immunology/run/reportReport JSON, methods text, tables, figure specs, provenance

Polling

GET /immunology/jobs/{run_id}

Versioning

Every run records platform_version and the submitted parameter JSON. Use run IDs, pipeline names, versions, and artifact paths in methods sections.

Shared engines

Immunology is the canonical owner for:

  • repertoire_analysis
  • cell_communication

Oncology imports these shared engines instead of duplicating the logic.