Dataset Viewer
Auto-converted to Parquet Duplicate
HLTF
stringlengths
2
15
RB1
IL1B
AC090517.4
SPACA3
SOX10
USP9X
DEFB118
SYTL1
ITGA10
PTPRC
DAXX
PDSS2
UEVLD
USP5
STX1B
MYH10
NKAIN1
MSH6
WDR70
PMS2
FAM219A
ZNF169
PTEN
NKD1
NFIX
CHL1
ATRX
AMPD2
WNT2B
COLQ
ROBO1
EMILIN3
SBF1
HSPG2
CDKN2C
NSUN7
IL31RA
SGK1
KCNMB4
NEB
STK36
DBN1
VARS2
PLOD3
CCN4
CHUK
FBXO21
CDX2
BRCA2
RFX7
MAPK3
TP53
UNC45B
THRA
EPX
MIB1
C18orf25
SIRT2
NOP56
ITGA9
NKTR
PBX2
HECW1
ZNF114
SUPT20HL2
ASTN1
PXK
EPHB1
SHROOM3
SYNGAP1
CSMD1
AC100868.1
SLC1A2
ARHGAP20
C11orf53
CETN1
DSC2
CEACAM1
SLC30A3
SCN10A
BSN
ARHGEF3
ZNF721
CDH12
PRSS16
RELN
TRAPPC4
CCDC32
NPC1
MICALL1
L1CAM
ATG9A
DGKD
PCDHGA5
ZBTB22
PCOLCE
CCDC180
WNK4
SEZ6L
GRIA3
End of preview. Expand in Data Studio

HoneyBee Sample Files

Sample data and resource files for the HoneyBee framework — a scalable, modular toolkit for multimodal AI in oncology.

These files are used by the HoneyBee example notebooks (clinical, pathology, radiology) and by HoneyBee's molecular processing code at runtime (Hugo_symbols.tsv is fetched on first use of DNA mutation preprocessing).

Paper: HoneyBee: A Scalable Modular Framework for Creating Multimodal Oncology Datasets with Foundational Embedding Models Package: pip install honeybee-ml

Files

File Type Size Description
sample.PDF Clinical 70 KB De-identified clinical report (PDF) for NLP extraction
sample.svs Pathology 146 MB Whole-slide image (Aperio SVS) for tissue detection, patch extraction, and embedding
CT/ Radiology 105 MB CT scan with 2 DICOM series (205 slices total) for radiology preprocessing
Hugo_symbols.tsv Molecular 128 KB Hugo Gene Symbol vocabulary (17,312 symbols, one per line, no header) used by SeNMo's DNA mutation preprocessing. Ported from lab-rasool/SeNMo. Fetched automatically by honeybee.processors.molecular.preprocessing.preprocess_dna_mutation() on first use.

CT Directory Structure

CT/
├── 1.3.6.1.4.1.14519.5.2.1.6450.4007.1209.../ (101 slices)
└── 1.3.6.1.4.1.14519.5.2.1.6450.4007.2906.../ (104 slices)

Citation

Tripathi, A., Waqas, A., Schabath, M.B. et al. HONeYBEE: enabling scalable multimodal AI in
oncology through foundation model-driven embeddings. npj Digit. Med. 8, 622 (2025).
https://doi.org/10.1038/s41746-025-02003-4

If your work uses Hugo_symbols.tsv (the molecular sample), also cite the SeNMo paper that originally curated this vocabulary:

Waqas, A., Tripathi, A., Ahmed, S. et al. Self-Normalizing Multi-Omics Neural Network for
Pan-Cancer Prognostication. Int. J. Mol. Sci. 26, 7358 (2025).
https://doi.org/10.3390/ijms26157358
Downloads last month
303

Collection including Lab-Rasool/honeybee-samples

Paper for Lab-Rasool/honeybee-samples