Bases: BaseAnnotationCombiner
Combines annotations from GEO-based sources.
All sources in this combiner use GEO accession IDs (GSM or GSE) as their primary sample identifier. No ID mapping is required.
Example >>> combiner = GeoCombiner() >>> combiner.combine().clean().save(GEO_COMBINED_BSON)
combine(overrides=None)
¶
Load and combine all GEO source parquets.
Sources whose parquet file does not exist are skipped with a warning.
| Parameters: |
|
|---|
| Returns: |
|
|---|