Output files#
Calling kaleidocell.get_html() writes a self-contained HTML report and
a set of companion files to the same directory. All image paths are embedded
as base64 in the HTML so the report can be shared as a single file.
File |
Description |
Condition |
|---|---|---|
|
Self-contained tabbed HTML report with heatmap, metrics, UMAP scores, GSEA bar plots, gene tables, and violin plots. |
Always |
|
Long-format gene signature table with columns |
Always |
|
Cosine-similarity matrix coloured by cluster assignment. |
Always |
|
Panel of UMAP embeddings coloured by per-cell MP scores. |
Requires |
|
Significant GSEA terms for each GMT file, with columns |
When GSEA finds significant results |
|
Bar plot of top enriched terms for one MP × one GMT file. One PDF per MP per GMT file. |
When GSEA finds significant results |
|
Violin plots of MP score distributions across the categories in
|
Requires |
Example directory listing after a full run
results/
├── results.html
├── genes.csv
├── heatmap.pdf
├── umap_scores.pdf
├── gsea_GO_Biological_Process.csv
├── gsea_GO_Biological_Process_MP1.pdf
├── gsea_GO_Biological_Process_MP3.pdf
├── gsea_Hallmarks.csv
├── gsea_Hallmarks_MP1.pdf
├── gsea_Hallmarks_MP3.pdf
├── violins_Treatment.pdf
└── violins_Patients.pdf