You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question for you about the REVEL scores, REVEL scores are transcript-specific, and dbSNFP updated their site in early 2022 to include all REVEL scores and link the transcripts to them, however I'm not seeing multiple scores available in the JSON output by myvariant.info.
Can you help me understand if we can get the various REVEL scores and their respective transcripts from myvariant.info? dbSNFP does provide the multiple scores, I've attached a download of their output for this variant.
Presumably an update of our dbNSFP parser is required...
The text was updated successfully, but these errors were encountered:
Hi, @andrewsu and @everaldorodrigo. I am a software developer at Stanford ClinGen. I work with Christine Preston who sent the email to you. We use myvariant.info to pull in REVEL scores.
I did some investigation of this issue yesterday. I'm not sure if my findings will be helpful to you, but I will summarize them here in case they are. More detail in this issue.
I downloaded dbNSFP and searched through dbNSFP4.3a_variant.chrX to ascertain whether your dbNSFP parsing code needs an update. I searched for "152959399" (the hg19_pos common to each REVEL score in the screenshot provided by Christine). There were five lines that matched the search. Then I searched those lines for 0.173, 0.109, and 0.653. I was only able to find 0.173 and 0.653. The result for 0.653 was delimited by a semi-colon:
I wrote a script that prints out the columns of my search results, here is the REVEL_score column for the five lines that match "152959399":
Based on my reading of your DbnsfpReader class in dbnsfp_parser_43a.py module, your code seems to anticipate a semi-colon delimiter (specifically in the _iter_read_group method).
I'm not able to spend more time investigating this at the moment. I would have liked to run your code on some of the data I extracted from dbNSFP with some breakpoints. I hope this helps! If you have any questions, please @ me.
Reported in an email to the mailing list:
Presumably an update of our dbNSFP parser is required...
The text was updated successfully, but these errors were encountered: