Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KMT2D phenopacket warning while loading HPO v2024-12-12 for GPSEA #161

Open
UndressK opened this issue Jan 14, 2025 · 0 comments
Open

KMT2D phenopacket warning while loading HPO v2024-12-12 for GPSEA #161

UndressK opened this issue Jan 14, 2025 · 0 comments

Comments

@UndressK
Copy link

UndressK commented Jan 14, 2025

I was running this:

choose gene

cohort_name = 'KMT2D'
mane_tx_id = 'NM_003482.4'
mane_px_id = 'NP_003473.3'
phenopacket_v = '0.1.22'

import libraries

import gpsea
import hpotk

store = hpotk.configure_ontology_store()
hpo = store.load_minimal_hpo()
print(f'Loaded HPO v{hpo.version}')
print(f"Using gpsea version {gpsea.version}")

import phenopacket data

from ppktstore.registry import configure_phenopacket_registry
from gpsea.preprocessing import configure_caching_cohort_creator, load_phenopackets

phenopacket_registry = configure_phenopacket_registry()
with phenopacket_registry.open_phenopacket_store(phenopacket_v) as ps:
phenopackets = tuple(ps.iter_cohort_phenopackets(cohort_name))

cohort_creator = configure_caching_cohort_creator(hpo)
cohort, validation = load_phenopackets(
phenopackets=phenopackets,
cohort_creator=cohort_creator,
)
validation.summarize()

And I got this back, in case you want to update those patients:

Validated under permissive policy
Showing errors and warnings
Phenopackets
patient #23
individual
warnings:
·time_element is in currently unsupported format ontology_class
patient #46
phenotype-features
#3
warnings:
·HP:0000368 is an obsolete identifier for Posteriorly rotated ears. Replace HP:0000368 with the primary term ID HP:0000358

@UndressK UndressK changed the title Phenopacket warning while loading HPO v2024-12-12 for GPSEA KMT2D phenopacket warning while loading HPO v2024-12-12 for GPSEA Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant