We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, straglr can add annotation to an vcf output with pathogenic_min and then call whether it is full_mutation, pre_mutation or normal, e.g.
chr21 43776443 . G . PASS SVTYPE=STR;END=43776479;REF=5;RL=36;RU=GGGGCGC;REPID=CSTB;VARID=CSTB;STR_STATUS=pre_mutation;STR_NORMAL_MAX=3;STR_PATHOLOGIC_MIN=30;RankScore=1:20;HGNCId=2482;InheritanceMode=AR;DisplayRU=CCCCGCCCCGCG;SourceDisplay=GeneReviews_Internet_2019-11-07;Source=GeneReviews;SourceId=NBK535148;Disease=EPM1 GT:SO:CN:CI:AD_SP:AD_FL:AD_IR 1/1:SPANNING/SPANNING:4/4:4-4/4-4:12.5/12.5:0/0:0/0 chr14 23321472 . G , . PASS SVTYPE=STR;END=23321490;REF=6;RL=18;RU=GCG;REPID=PABPN1;VARID=PABPN1;STR_STATUS=full_mutation,normal;STR_NORMAL_MAX=10;STR_PATHOLOGIC_MIN=11;RankScore=1:30;HGNCId=8565;InheritanceMode=AD;DisplayRU=GCN;SourceDisplay=GeneReviews_Internet_2020-10-22;Source=GeneReviews;SourceId=NBK1126;Disease=OPMD GT:SO:CN:CI:AD_SP:AD_FL:AD_IR 1/2:SPANNING/SPANNING:16/6:16-16/5-6:1/31:0/0:0/0
The text was updated successfully, but these errors were encountered:
Sure. I will add this function in the next release. Thanks for the suggestion! Li
Sorry, something went wrong.
No branches or pull requests
For example, straglr can add annotation to an vcf output with pathogenic_min and then call whether it is full_mutation, pre_mutation or normal, e.g.
chr21 43776443 . G . PASS SVTYPE=STR;END=43776479;REF=5;RL=36;RU=GGGGCGC;REPID=CSTB;VARID=CSTB;STR_STATUS=pre_mutation;STR_NORMAL_MAX=3;STR_PATHOLOGIC_MIN=30;RankScore=1:20;HGNCId=2482;InheritanceMode=AR;DisplayRU=CCCCGCCCCGCG;SourceDisplay=GeneReviews_Internet_2019-11-07;Source=GeneReviews;SourceId=NBK535148;Disease=EPM1 GT:SO:CN:CI:AD_SP:AD_FL:AD_IR 1/1:SPANNING/SPANNING:4/4:4-4/4-4:12.5/12.5:0/0:0/0
chr14 23321472 . G , . PASS SVTYPE=STR;END=23321490;REF=6;RL=18;RU=GCG;REPID=PABPN1;VARID=PABPN1;STR_STATUS=full_mutation,normal;STR_NORMAL_MAX=10;STR_PATHOLOGIC_MIN=11;RankScore=1:30;HGNCId=8565;InheritanceMode=AD;DisplayRU=GCN;SourceDisplay=GeneReviews_Internet_2020-10-22;Source=GeneReviews;SourceId=NBK1126;Disease=OPMD GT:SO:CN:CI:AD_SP:AD_FL:AD_IR 1/2:SPANNING/SPANNING:16/6:16-16/5-6:1/31:0/0:0/0
The text was updated successfully, but these errors were encountered: