What problem does it solve?
Geniml enables fast building of genomic-interval embeddings for large BED collections, empowering researchers to perform similarity searches, clustering, and downstream ML analyses without bespoke feature engineering.
Core Features & Use Cases
- Region2Vec: unsupervised embeddings of genomic regions for dictionary-based representations.
- BEDspace: joint region and metadata embeddings for metadata-aware queries.
- scEmbed: embeddings for single-cell ATAC-seq data and downstream clustering/annotation.
- Universe building: generate reference peak sets for tokenization and standardization across datasets.
- Utilities: tokenization, evaluation, and search tooling to connect embeddings with workflows.
Quick Start
Install geniml, prepare BED files with a universe, tokenize the regions, and train a Region2Vec model to generate embeddings for downstream analysis.