Bases: BaseProcessor
Processor for URSA tissue annotations.
URSA provides expert-curated UBERON/CL tissue term IDs for GEO samples. The source file is a headerless CSV with columns: sample_id, study_id, term_id.
process(output_dir, **kwargs)
¶
Process the URSA CSV into standardized sample annotations.
| Parameters: |
|
|---|
| Returns: |
|
|---|
validate(data)
¶
Validate processed URSA data.
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|