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 similar request as KarchinLab/open-cravat-modules-karchinlab#4. My aim is to use transcript specific scores and I'm writing a custom annotation parser to convert them to multiple rows but I'm facing some challenges doing it.
For examples, I'm working with this variant for transcript level annotations chr6,56900482,T,C
The problem is that different annotators use different format for variant level annotations. For example,
Mutation accessor annotations are in a list of lists format
This variant is also an edge case because there were no transcripts found in all_mappings column but there are some damage predictions from tools.
Please advise!
jasminebro
transferred this issue from KarchinLab/open-cravat-modules-karchinlab
Mar 11, 2024
Hello,
Thank you for the wonderful open source tool!
I have a similar request as KarchinLab/open-cravat-modules-karchinlab#4. My aim is to use transcript specific scores and I'm writing a custom annotation parser to convert them to multiple rows but I'm facing some challenges doing it.
For examples, I'm working with this variant for transcript level annotations
chr6,56900482,T,C
The problem is that different annotators use different format for variant level annotations. For example,
Mutation accessor annotations are in a list of lists format
However, FatHMM annotations are split to two columns: one with all transcript IDs and one with scores
Is there a way to output them in the same format? I'd really appreciate if we can output each transcript in separate rows.
Thank you!!
The text was updated successfully, but these errors were encountered: