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

Add missense raw score in the variant modal #45

Open
thomasguignard opened this issue Jun 27, 2023 · 4 comments
Open

Add missense raw score in the variant modal #45

thomasguignard opened this issue Jun 27, 2023 · 4 comments
Assignees
Labels
annotation enhancement New feature or request

Comments

@thomasguignard
Copy link

No description provided.

@Char-Al
Copy link
Member

Char-Al commented Jun 27, 2023

It seems like a good idea for the user to have the score in the modal windows.
I'll check how this can be achieved.
I'm currently using VEP and dbnsfp for annotation.

I think all usefull scores are liste below, maybe we :

  • Missense:
    • Rankscore :
      • SIFT_converted_rankscore
      • SIFT4G_converted_rankscore
      • Polyphen2_HDIV_rankscore
      • Polyphen2_HVAR_rankscore
      • LRT_converted_rankscore
      • MutationTaster_converted_rankscore
      • MutationAssessor_rankscore
      • FATHMM_converted_rankscore
      • PROVEAN_converted_rankscore
      • VEST4_rankscore
      • MetaSVM_rankscore
      • MetaLR_rankscore
      • M-CAP_rankscore
      • REVEL_rankscore
      • MutPred_rankscore
      • MVP_rankscore
      • MPC_rankscore
      • PrimateAI_rankscore
      • DEOGEN2_rankscore
      • BayesDel_addAF_rankscore
      • BayesDel_noAF_rankscore
      • ClinPred_rankscore
      • LIST-S2_rankscore
      • CADD_raw_rankscore
      • CADD_raw_rankscore_hg19
      • DANN_rankscore
      • fathmm-MKL_coding_rankscore
      • fathmm-XF_coding_rankscore
      • Eigen-raw_coding_rankscore
      • Eigen-PC-raw_coding_rankscore
      • GenoCanyon_rankscore
      • integrated_fitCons_rankscore
      • GM12878_fitCons_rankscore
      • H1-hESC_fitCons_rankscore
      • HUVEC_fitCons_rankscore
      • LINSIGHT_rankscore
    • rawscore :
      • SIFT_score
      • SIFT_pred
      • SIFT4G_score
      • SIFT4G_pred
      • Polyphen2_HDIV_score
      • Polyphen2_HDIV_pred
      • Polyphen2_HVAR_score
      • Polyphen2_HVAR_pred
      • LRT_score
      • LRT_pred
      • LRT_Omega
      • MutationTaster_score
      • MutationTaster_pred
      • MutationTaster_model
      • MutationTaster_AAE
      • MutationAssessor_score
      • MutationAssessor_pred
      • FATHMM_score
      • FATHMM_pred
      • PROVEAN_score
      • PROVEAN_pred
      • VEST4_score
      • MetaSVM_score
      • MetaSVM_pred
      • MetaLR_score
      • MetaLR_pred
      • Reliability_index
      • M-CAP_score
      • M-CAP_pred
      • REVEL_score
      • MutPred_score
      • MutPred_protID
      • MutPred_AAchange
      • MutPred_Top5features
      • MVP_score
      • MPC_score
      • PrimateAI_score
      • PrimateAI_pred
      • DEOGEN2_score
      • DEOGEN2_pred
      • BayesDel_addAF_score
      • BayesDel_addAF_pred
      • BayesDel_noAF_score
      • BayesDel_noAF_pred
      • ClinPred_score
      • ClinPred_pred
      • LIST-S2_score
      • LIST-S2_pred
      • Aloft_Fraction_transcripts_affected
      • Aloft_prob_Tolerant
      • Aloft_prob_Recessive
      • Aloft_prob_Dominant
      • Aloft_pred
      • Aloft_Confidence
      • CADD_raw
      • CADD_phred
      • CADD_raw_hg19
      • CADD_phred_hg19
      • DANN_score
      • fathmm-MKL_coding_score
      • fathmm-MKL_coding_pred
      • fathmm-MKL_coding_group
      • fathmm-XF_coding_score
      • fathmm-XF_coding_pred
      • Eigen-raw_coding
      • Eigen-phred_coding
      • Eigen-PC-raw_coding
      • Eigen-PC-phred_coding
      • GenoCanyon_score
      • integrated_fitCons_score
      • integrated_confidence_value
      • GM12878_fitCons_score
      • GM12878_confidence_value
      • H1-hESC_fitCons_score
      • H1-hESC_confidence_value
      • HUVEC_fitCons_score
      • HUVEC_confidence_value
      • LINSIGHT
  • Conservation :
    • rankscore :
      • GERP++_RS_rankscore
      • phyloP100way_vertebrate_rankscore
      • phyloP30way_mammalian_rankscore
      • phyloP17way_primate_rankscore
      • phastCons100way_vertebrate_rankscore
      • phastCons30way_mammalian_rankscore
      • phastCons17way_primate_rankscore
      • SiPhy_29way_logOdds_rankscore
      • bStatistic_converted_rankscore
    • rawscore :
      • GERP++_NR
      • GERP++_RS
      • phyloP100way_vertebrate
      • phyloP30way_mammalian
      • phyloP17way_primate
      • phastCons100way_vertebrate
      • phastCons30way_mammalian
      • phastCons17way_primate
      • SiPhy_29way_pi
      • SiPhy_29way_logOdds
      • bStatistic
  • other :
    • refcodon
    • codonpos
    • codon_degeneracy
    • Ancestral_allele
    • AltaiNeandertal
    • Denisova
    • VindijiaNeandertal

@thomasguignard
Copy link
Author

It could be nice to get at a glance something like the "top 10 most striking scores" as a summary/bigPicture of the variant, in another modal tab

@Char-Al
Copy link
Member

Char-Al commented Jul 5, 2023

Since I haven't annotated all the scores, I need to develop a function to reannotate all the variants in the current database.

  • Convert variant in DB into VCF
  • Annotate all variant
  • Write it into DB

@Char-Al
Copy link
Member

Char-Al commented Aug 23, 2023

It could be nice to get at a glance something like the "top 10 most striking scores" as a summary/bigPicture of the variant, in another modal tab
@thomasguignard

SEAL already includes a 'Top 10 Most Striking Scores' feature as part of its functionality.
You can find this summary in the 'Missense' column on the main sample view.
Additionally, you can view this representation within the 'Missense' modal, displayed as a radar chart.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annotation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants