-
Notifications
You must be signed in to change notification settings - Fork 3
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
Account for different HLA-B variants #684
Labels
Comments
tamslo
added
Study: Could have
Study: Should have
and removed
Study: Could have
Study: Should have
labels
Dec 11, 2023
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 3, 2024
tamslo
added a commit
that referenced
this issue
Jan 9, 2024
tamslo
added a commit
that referenced
this issue
Jan 10, 2024
tamslo
added a commit
that referenced
this issue
Feb 7, 2024
tamslo
added a commit
that referenced
this issue
Feb 7, 2024
tamslo
added a commit
that referenced
this issue
Feb 12, 2024
tamslo
added a commit
that referenced
this issue
Feb 12, 2024
tamslo
added a commit
that referenced
this issue
Feb 12, 2024
tamslo
added a commit
that referenced
this issue
Feb 12, 2024
github-project-automation
bot
moved this from Todo
to Done (last 14 days)
in PharMe Study Preparation
Feb 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One tile per positive/negative variant.
Could change this in the source data, but then we would probably also need to adapt how lookups are made; therefore it might be cleaner to handle in the app:
Diplotype
toGeneResult
CpicPhenotype
toCpicLookup
GeneResult
andCpicLookup
inherit from abstract classGenotype
Move➡️ added to Refactor User Data #680PhenotypeInformation
to own file (not really required for this ticket but should do this when already refactoring).fromJson
factory is only called later, but at this time thejson
was already adapted in place at that pointjson
in place but passing new object to internalFromJson
constructorCpicLookup
toLookupInformation
genotypeKey
either change to list or adapt keys of mapLookupInformation
storeGenotypeResults
(implementsGenotype
; stores relevant information fromGeneResult
; storeslookupkey
) asgenotypeResults
in Map withgenotypeKey
GeneResult
toLabResult
andgeneResults
tolabData
Better name forGenotypeResults
, e.g., something PGx-related?GenotypeResult
is pretty accurate(moved to Refactor User Data #680)GenotypeResult
should have extension to easily get overwritten lookup; possible to include or combine withPhenotypeInformation
?The text was updated successfully, but these errors were encountered: