Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

homeobox

homeobox에는 epiblastai에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
7
업데이트
2026-07-08
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

finalize-tables
소프트웨어 개발자

Finalize harmonized Lance tables in a data package — assign automatic columns (uid, dataset_uid, derived fields), connect tables by populating RegistryKeyFields, and validate every table against its target homeobox schema.

2026-07-08
create-data-package
기타 생물 과학자

Describes the creation of a data package, which is a collection of datasets organized in a directory as a prerequisite for agent-based data standardization and alignment. Provides guidelines for tagging files and a reference for using the Collection API.

2026-06-15
schema-harmonization
기타 생물 과학자

Use this skill to harmonize raw collection- and dataset-level tables in a data package to a homeobox schema. Covers the resolution procedure for adding new columns, replacing values, and using ontology and database resolution tools.

2026-06-15
write-ingestion-script
기타 생물 과학자

Write an ingestion script that adds a finalized collection of harmonized datasets to a homeobox atlas. The script wires per-feature-space loaders to polycomb.ingestion.ingest_collection; the only real work is turning a dataset's raw DATA files into a homeobox Reader.

2026-06-15
prepare-package-for-resolution
기타 생물 과학자

Use after create-data-package when a coalesced data package and homeobox schema YAML IR are ready. Stages per-dataset OBS and VAR, the per-dataset DatasetSchema scaffold, and collection-level LIBRARY tables into Lance.

2026-06-15
atlas-designer
기타 생물 과학자

Use when designing or writing a homeobox atlas schema. Produces a declarative schema YAML (the homeobox schema IR) that codegens into a schema.py — covering the obs/dataset/feature-registry/fk-registry/other table sections, enums, PointerField markers with feature_registry_schema, all informational field markers (stable_uid, registry_key, polymorphic_registry_key, ontology_aligned, cross_reference, summary), declarative constraints (require_any, equal_length), computed fields, and presence flags. Validates the YAML with scripts/validate_schema_ir.py.

2026-06-15
multimodal-alignment
소프트웨어 개발자

Use after prepare-package-for-resolution on multimodal datasets. Reconciles per-modality cell barcodes across feature-space obs tables and writes a canonical multimodal_barcode column via audited curation.

2026-06-15