RomoL2 / RegVar

Characterize 3'UTR variants
9 stars 2 forks source link

regression model #8

Closed pamelaxu213 closed 6 months ago

pamelaxu213 commented 8 months ago

Hi Lindsay,

I noticed that in the paper you stated "A variant is predicted to be an eQTL or GWAS hit if its log-odds is greater than 0.01 (eQTL) or 0.0075 (GWAS) ". However, in the CharacterizeVariants.R script line 623 the cutoff seem to be 0.1 for eQTLs. I'm wondering how you decided on the cutoff, and which one I should be using?

A few other questions I have are:

Thanks for your work and thanks in advance!

RomoL2 commented 8 months ago

For the first question, that is a great observation- I think the supplemental figure legend may have a typo- the cut off should have been 0.1 for the eQTLs. That cutoff optimized sensitivity/specificity. You can try lower cutoffs which will increase sensitivity but decrease specificity and vice versa. But that cutoff (0.1) was the inflection point to maximize both.

Lindsay

On Tue, Mar 5, 2024 at 3:24 PM pamelaxu213 @.***> wrote:

Hi Lindsay,

I noticed that in the paper you stated "A variant is predicted to be an eQTL or GWAS hit if its log-odds is greater than 0.01 (eQTL) or 0.0075 (GWAS) ". However, in the CharacterizeVariants.R script line 623 the cutoff seem to be 0.1 for eQTLs. I'm wondering how you decided on the cutoff, and which one I should be using?

A few other questions I have are:

  • how would you define or prioritize a 3'UTR variant to be pathogenic based on the annotation output columns?
  • a lot of my variants (all predicted to be 3'UTR by VEP) are lost in the RegVar output. Could you provide some insights into what this might happen?
  • The output has "tmp_key" column also in there, which I think is why I'm seeing a lot of duplicated rows. Is this supposed to happen?

Thanks for your work and thanks in advance!

— Reply to this email directly, view it on GitHub https://github.com/RomoL2/RegVar/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZOARDD5VQXFHS3PK2DWBALYWYSWPAVCNFSM6AAAAABEHZZQT6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TAMBYGYYDQNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

RomoL2 commented 8 months ago

Ok the tmp_key thing should be fixed now (should have been removed in line 638 of CharacterizeVariants function but was not).

On Tue, Mar 5, 2024 at 3:40 PM Lindsay Romo @.***> wrote:

For the first question, that is a great observation- I think the supplemental figure legend may have a typo- the cut off should have been 0.1 for the eQTLs. That cutoff optimized sensitivity/specificity. You can try lower cutoffs which will increase sensitivity but decrease specificity and vice versa. But that cutoff (0.1) was the inflection point to maximize both.

  • how would you define or prioritize a 3'UTR variant to be pathogenic based on the annotation output columns? I think that's a bit up to you- we found the strongest predictor of a ClinVar variant being pathogenic was if it is in an eCLIP peak, but there is still signal for other motifs like RBP motifs or microRNAs or even if the variant is predicted by the model to be an eQTL/GWAS variant (see last figure).
  • a lot of my variants (all predicted to be 3'UTR by VEP) are lost in the RegVar output. Could you provide some insights into what this might happen? We defined the canonical 3'UTR coordinates using PAS data from Lianoglou et al 2013 (https://pubmed.ncbi.nlm.nih.gov/24145798/). If your variants are outside these coordinates they may be lost. Can you give me an example and I'll verify?
  • The output has "tmp_key" column also in there, which I think is why I'm seeing a lot of duplicated rows. Is this supposed to happen? Probably not haha. It looks like a temporary column employed for an intersect that didn't get taken out of the output. I'll work on fixing that and updating the github code.

Lindsay

On Tue, Mar 5, 2024 at 3:24 PM pamelaxu213 @.***> wrote:

Hi Lindsay,

I noticed that in the paper you stated "A variant is predicted to be an eQTL or GWAS hit if its log-odds is greater than 0.01 (eQTL) or 0.0075 (GWAS) ". However, in the CharacterizeVariants.R script line 623 the cutoff seem to be 0.1 for eQTLs. I'm wondering how you decided on the cutoff, and which one I should be using?

A few other questions I have are:

  • how would you define or prioritize a 3'UTR variant to be pathogenic based on the annotation output columns?
  • a lot of my variants (all predicted to be 3'UTR by VEP) are lost in the RegVar output. Could you provide some insights into what this might happen?
  • The output has "tmp_key" column also in there, which I think is why I'm seeing a lot of duplicated rows. Is this supposed to happen?

Thanks for your work and thanks in advance!

— Reply to this email directly, view it on GitHub https://github.com/RomoL2/RegVar/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZOARDD5VQXFHS3PK2DWBALYWYSWPAVCNFSM6AAAAABEHZZQT6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TAMBYGYYDQNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

RomoL2 commented 8 months ago

Oh, and are you getting this error message (which would suggest reason your variants are lost are that they are not in the 3PSeq coordinates): 'some variants are not in canonical UTR coordinates'

On Tue, Mar 5, 2024 at 3:43 PM Lindsay Romo @.***> wrote:

Ok the tmp_key thing should be fixed now (should have been removed in line 638 of CharacterizeVariants function but was not).

On Tue, Mar 5, 2024 at 3:40 PM Lindsay Romo @.***> wrote:

For the first question, that is a great observation- I think the supplemental figure legend may have a typo- the cut off should have been 0.1 for the eQTLs. That cutoff optimized sensitivity/specificity. You can try lower cutoffs which will increase sensitivity but decrease specificity and vice versa. But that cutoff (0.1) was the inflection point to maximize both.

  • how would you define or prioritize a 3'UTR variant to be pathogenic based on the annotation output columns? I think that's a bit up to you- we found the strongest predictor of a ClinVar variant being pathogenic was if it is in an eCLIP peak, but there is still signal for other motifs like RBP motifs or microRNAs or even if the variant is predicted by the model to be an eQTL/GWAS variant (see last figure).
  • a lot of my variants (all predicted to be 3'UTR by VEP) are lost in the RegVar output. Could you provide some insights into what this might happen? We defined the canonical 3'UTR coordinates using PAS data from Lianoglou et al 2013 (https://pubmed.ncbi.nlm.nih.gov/24145798/). If your variants are outside these coordinates they may be lost. Can you give me an example and I'll verify?
  • The output has "tmp_key" column also in there, which I think is why I'm seeing a lot of duplicated rows. Is this supposed to happen? Probably not haha. It looks like a temporary column employed for an intersect that didn't get taken out of the output. I'll work on fixing that and updating the github code.

Lindsay

On Tue, Mar 5, 2024 at 3:24 PM pamelaxu213 @.***> wrote:

Hi Lindsay,

I noticed that in the paper you stated "A variant is predicted to be an eQTL or GWAS hit if its log-odds is greater than 0.01 (eQTL) or 0.0075 (GWAS) ". However, in the CharacterizeVariants.R script line 623 the cutoff seem to be 0.1 for eQTLs. I'm wondering how you decided on the cutoff, and which one I should be using?

A few other questions I have are:

  • how would you define or prioritize a 3'UTR variant to be pathogenic based on the annotation output columns?
  • a lot of my variants (all predicted to be 3'UTR by VEP) are lost in the RegVar output. Could you provide some insights into what this might happen?
  • The output has "tmp_key" column also in there, which I think is why I'm seeing a lot of duplicated rows. Is this supposed to happen?

Thanks for your work and thanks in advance!

— Reply to this email directly, view it on GitHub https://github.com/RomoL2/RegVar/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZOARDD5VQXFHS3PK2DWBALYWYSWPAVCNFSM6AAAAABEHZZQT6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TAMBYGYYDQNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

pamelaxu213 commented 8 months ago

Yes, I lost >200 variants, I understand indels won't be annotated. Some of them are: [1] "chr1_90916206_C_T" "chr8_11564446_T_G" "chr1_11022737_T_C"
[4] "chr16_31191479_G_A" "chr16_173692_A_G" "chr16_173694_A_G"
[7] "chr11_5225487_T_C" "chr13_83878728_C_T" "chr8_22201444_T_C"
[10] "chr11_46739505_G_A" "chrX_48824894_A_T" "chrX_151405064_A_G"
[13] "chr10_44378102_C_T" "chr1_11023351_G_A" "chr14_75958692_G_A"
[16] "chr1_45015501_G_T" "chr1_90916786_G_C" "chr2_69326167_G_T"
[19] "chr13_99986260_T_A" "chr13_99986571_T_C" "chr13_99986636_T_A"
[22] "chr13_99986648_A_G" "chr21_25881337_AAT_A" "chr1_100195897_T_G"
[25] "chr2_71686599_T_A" "chr2_86217050_C_T" "chr2_86217057_C_A"
[28] "chr2_86217086_G_A" "chr11_2159793_T_C" "chr11_5225484_TTTTATT_T"
[31] "chr11_5225485_T_C" "chr11_5225488_A_G" "chr11_5225488_A_T"
[34] "chr11_5225490_T_G" "chr11_5225566_T_G" "chr12_102402244_A_T"
[37] "chr16_173691_TAA_T" "chr16_31191486_G_A" "chr16_31191497_G_A"
[40] "chr16_31191546_C_T" "chr16_31191548_G_A" "chrX_22248184_A_G"
[43] "chr1_18748486_C_T" "chr1_24608183_T_C" "chr1_37861686_C_T"
[46] "chr1_37929123_A_T" "chr1_48521767_C_G" "chr1_66777569_G_A"
[49] "chr1_77089090_A_G" "chr1_78539235_T_C" "chr1_92474402_T_C"
[52] "chr1_108636791G-" "chr1_111483530_C_T" "chr1_111725366_T_C"
[55] "chr1_117869176_T_C" "chr1_154549108_T_A" "chr1_163142414_A_G"
[58] "chr1_167529960_T_A" "chr1_173184089_A_T" "chr1_178475830_A_G"
[61] "chr1_179074418_G_A" "chr1_198320384_G_T" "chr1_228181911_G_A"
[64] "chr1_240775852_A_G" "chr2_6898127_G_A" "chr2_20675774_C_T"
[67] "chr2_20678290_C_T" "chr2_68864092_C_T" "chr2_68864640_T_C"
[70] "chr2_70658660_C_A" "chr2_70659223_T_C" "chr2_120176522_G_T"
[73] "chr2_171557592_G_A" "chr2_186763595_T_A" "chr2_191709742_C_T"
[76] "chr2_200871389_T_C" "chr2_224399902_G_A" "chr2_236127946_A_G"
[79] "chr2_240577897_G_A" "chr2_240715621_C_T" "chr3_13505946_T_C"
[82] "chr3_16244445_T_C" "chr3_46019726_T_C" "chr3_58294260_C_T"
[85] "chr3_86940871_A_G" "chr3_138654142_G_T" "chr3_140571948_A_C"
[88] "chr3_141944607_C_A" "chr3_171858646_C_T" "chr3_193399890_T_G"
[91] "chr3_193401003_A_G" "chr4_1393975_C_T" "chr4_7741595_T_C"
[94] "chr4_46925033_T_C" "chr4_56935539_A_G" "chr4_77611735_T_C"
[97] "chr4_102251154_T_G" "chr4_106045131_T_C" "chr4_119059970_C_T"
[100] "chr4_143221867_C_T" "chr4_158253887_T_C" "chr4_166102027_C_T"
[103] "chr5_6493786_G_A" "chr5_16666687_C_T" "chr5_64372196_A_G"
[106] "chr5_65826199_T_C" "chr5_78487206_T_C" "chr5_83053340_G_A"
[109] "chr5_123190972_T_G" "chr5_126544417_G_A" "chr5_150219811_A_G"
[112] "chr5_159157601AC-" "chr5_168470606_G_A" "chr5_173164334_T_G"
[115] "chr5_178978728_A_G" "chr5_181006214_C_T" "chr6_18121083_C_T"
[118] "chr6_24172583_C_G" "chr6_24173154_T_C" "chr6_24427321_G_T"
[121] "chr6_24427323_G_C" "chr6_24427526_A_G" "chr6_28243679_T_A"
[124] "chr6_31268866_T_C" "chr6_32517671_A_G" "chr6_33005526_T_C"
[127] "chr6_42081725_T_C" "chr6_42207667_A_C" "chr6_49527643_G_C"
[130] "chr6_78901206_G_A" "chr6_80042225_G_A" "chr6_105097182_G_A"
[133] "chr6_106666088_C_T" "chr6_115942361_G_A" "chr6_138423955_G_A"
[136] "chr6_151619125_A_G" "chr6_151619712_C_T" "chr6_167138704_T_C"
[139] "chr7_2447828_A_C" "chr7_38384727_T_C" "chr7_42909439_G_A"
[142] "chr7_55795381_A_C" "chr7_64356606_C_A" "chr7_71782292_G_T"
[145] "chr7_71783981_C_G" "chr7_83364517_T_A" "chr7_83960910_G_A"
[148] "chr7_88205373_T_C" "chr7_101093431_A_G" "chr7_118194426_T_A"
[151] "chr7_118201204_A_G" "chr7_142252203_G_A" "chr8_476015_G_T"
[154] "chr8_16109660_C_T" "chr8_17567239_A_T" "chr8_17568990_T_C"
[157] "chr8_26740131_C_T" "chr8_27871776_C_T" "chr8_41264740_C_T"
[160] "chr8_66946571_G_C" "chr8_91958098_C_G" "chr8_97852095_G_A"
[163] "chr8_116774377_G_A" "chr8_119423321_T_G" "chr8_142873085_T_C"
[166] "chr9_1057294_C_A" "chr9_21384364_A_G" "chr9_35756435_C_A"
[169] "chr9_77423887_G_A" "chr9_117717456_T_C" "chr9_126696530_G_A"
[172] "chr9_131860516_G_C" "chr10_7159639_T_C" "chr10_7163755_C_G"

RomoL2 commented 8 months ago

K thanks. The first variant at least is definitely in our coordinates- let me troubleshoot and get back to you.

Lindsay

On Tue, Mar 5, 2024 at 4:23 PM pamelaxu213 @.***> wrote:

Yes, I lost >200 variants, some of them are: [1] "chr1_90916206_C_T" "chr8_11564446_T_G" "chr1_11022737_T_C" [4] "chr16_31191479_G_A" "chr16_173692_A_G" "chr16_173694_A_G" [7] "chr11_5225487_T_C" "chr13_83878728_C_T" "chr8_22201444_T_C" [10] "chr11_46739505_G_A" "chrX_48824894_A_T" "chrX_151405064_A_G" [13] "chr10_44378102_C_T" "chr1_11023351_G_A" "chr14_75958692_G_A" [16] "chr1_45015501_G_T" "chr1_90916786_G_C" "chr2_69326167_G_T" [19] "chr13_99986260_T_A" "chr13_99986571_T_C" "chr13_99986636_T_A" [22] "chr13_99986648_A_G" "chr21_25881337_AAT_A" "chr1_100195897_T_G" [25] "chr2_71686599_T_A" "chr2_86217050_C_T" "chr2_86217057_C_A" [28] "chr2_86217086_G_A" "chr11_2159793_T_C" "chr11_5225484_TTTTATT_T" [31] "chr11_5225485_T_C" "chr11_5225488_A_G" "chr11_5225488_A_T" [34] "chr11_5225490_T_G" "chr11_5225566_T_G" "chr12_102402244_A_T" [37] "chr16_173691_TAA_T" "chr16_31191486_G_A" "chr16_31191497_G_A" [40] "chr16_31191546_C_T" "chr16_31191548_G_A" "chrX_22248184_A_G" [43] "chr1_18748486_C_T" "chr1_24608183_T_C" "chr1_37861686_C_T" [46] "chr1_37929123_A_T" "chr1_48521767_C_G" "chr1_66777569_G_A" [49] "chr1_77089090_A_G" "chr1_78539235_T_C" "chr1_92474402_T_C" [52] "chr1_108636791G-" "chr1_111483530_C_T" "chr1_111725366_T_C" [55] "chr1_117869176_T_C" "chr1_154549108_T_A" "chr1_163142414_A_G" [58] "chr1_167529960_T_A" "chr1_173184089_A_T" "chr1_178475830_A_G" [61] "chr1_179074418_G_A" "chr1_198320384_G_T" "chr1_228181911_G_A" [64] "chr1_240775852_A_G" "chr2_6898127_G_A" "chr2_20675774_C_T" [67] "chr2_20678290_C_T" "chr2_68864092_C_T" "chr2_68864640_T_C" [70] "chr2_70658660_C_A" "chr2_70659223_T_C" "chr2_120176522_G_T" [73] "chr2_171557592_G_A" "chr2_186763595_T_A" "chr2_191709742_C_T" [76] "chr2_200871389_T_C" "chr2_224399902_G_A" "chr2_236127946_A_G" [79] "chr2_240577897_G_A" "chr2_240715621_C_T" "chr3_13505946_T_C" [82] "chr3_16244445_T_C" "chr3_46019726_T_C" "chr3_58294260_C_T" [85] "chr3_86940871_A_G" "chr3_138654142_G_T" "chr3_140571948_A_C" [88] "chr3_141944607_C_A" "chr3_171858646_C_T" "chr3_193399890_T_G" [91] "chr3_193401003_A_G" "chr4_1393975_C_T" "chr4_7741595_T_C" [94] "chr4_46925033_T_C" "chr4_56935539_A_G" "chr4_77611735_T_C" [97] "chr4_102251154_T_G" "chr4_106045131_T_C" "chr4_119059970_C_T" [100] "chr4_143221867_C_T" "chr4_158253887_T_C" "chr4_166102027_C_T" [103] "chr5_6493786_G_A" "chr5_16666687_C_T" "chr5_64372196_A_G" [106] "chr5_65826199_T_C" "chr5_78487206_T_C" "chr5_83053340_G_A" [109] "chr5_123190972_T_G" "chr5_126544417_G_A" "chr5_150219811_A_G" [112] "chr5_159157601AC-" "chr5_168470606_G_A" "chr5_173164334_T_G" [115] "chr5_178978728_A_G" "chr5_181006214_C_T" "chr6_18121083_C_T" [118] "chr6_24172583_C_G" "chr6_24173154_T_C" "chr6_24427321_G_T" [121] "chr6_24427323_G_C" "chr6_24427526_A_G" "chr6_28243679_T_A" [124] "chr6_31268866_T_C" "chr6_32517671_A_G" "chr6_33005526_T_C" [127] "chr6_42081725_T_C" "chr6_42207667_A_C" "chr6_49527643_G_C" [130] "chr6_78901206_G_A" "chr6_80042225_G_A" "chr6_105097182_G_A" [133] "chr6_106666088_C_T" "chr6_115942361_G_A" "chr6_138423955_G_A" [136] "chr6_151619125_A_G" "chr6_151619712_C_T" "chr6_167138704_T_C" [139] "chr7_2447828_A_C" "chr7_38384727_T_C" "chr7_42909439_G_A" [142] "chr7_55795381_A_C" "chr7_64356606_C_A" "chr7_71782292_G_T" [145] "chr7_71783981_C_G" "chr7_83364517_T_A" "chr7_83960910_G_A" [148] "chr7_88205373_T_C" "chr7_101093431_A_G" "chr7_118194426_T_A" [151] "chr7_118201204_A_G" "chr7_142252203_G_A" "chr8_476015_G_T" [154] "chr8_16109660_C_T" "chr8_17567239_A_T" "chr8_17568990_T_C" [157] "chr8_26740131_C_T" "chr8_27871776_C_T" "chr8_41264740_C_T" [160] "chr8_66946571_G_C" "chr8_91958098_C_G" "chr8_97852095_G_A" [163] "chr8_116774377_G_A" "chr8_119423321_T_G" "chr8_142873085_T_C" [166] "chr9_1057294_C_A" "chr9_21384364_A_G" "chr9_35756435_C_A" [169] "chr9_77423887_G_A" "chr9_117717456_T_C" "chr9_126696530_G_A" [172] "chr9_131860516_G_C" "chr10_7159639_T_C" "chr10_7163755_C_G"

— Reply to this email directly, view it on GitHub https://github.com/RomoL2/RegVar/issues/8#issuecomment-1979658697, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZOARDHHLQXLIMTT3HE3YETYWYZVPAVCNFSM6AAAAABEHZZQT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZZGY2TQNRZG4 . You are receiving this because you commented.Message ID: @.***>

RomoL2 commented 8 months ago

Ok I figured out what was causing the duplicate outputs and fixed it. I ran the first 10 of your variants and 4 of them ran (6 were outside the 3pseq coordinates). Can you try reinstalling RegVar and then rerunning the variants that failed? I suspect many of them will work (though some are not in the coordinates). Hopefully now there will just be one output line per variant.

Lindsay

On Tue, Mar 5, 2024 at 4:39 PM Lindsay Romo @.***> wrote:

K thanks. The first variant at least is definitely in our coordinates- let me troubleshoot and get back to you.

Lindsay

On Tue, Mar 5, 2024 at 4:23 PM pamelaxu213 @.***> wrote:

Yes, I lost >200 variants, some of them are: [1] "chr1_90916206_C_T" "chr8_11564446_T_G" "chr1_11022737_T_C" [4] "chr16_31191479_G_A" "chr16_173692_A_G" "chr16_173694_A_G" [7] "chr11_5225487_T_C" "chr13_83878728_C_T" "chr8_22201444_T_C" [10] "chr11_46739505_G_A" "chrX_48824894_A_T" "chrX_151405064_A_G" [13] "chr10_44378102_C_T" "chr1_11023351_G_A" "chr14_75958692_G_A" [16] "chr1_45015501_G_T" "chr1_90916786_G_C" "chr2_69326167_G_T" [19] "chr13_99986260_T_A" "chr13_99986571_T_C" "chr13_99986636_T_A" [22] "chr13_99986648_A_G" "chr21_25881337_AAT_A" "chr1_100195897_T_G" [25] "chr2_71686599_T_A" "chr2_86217050_C_T" "chr2_86217057_C_A" [28] "chr2_86217086_G_A" "chr11_2159793_T_C" "chr11_5225484_TTTTATT_T" [31] "chr11_5225485_T_C" "chr11_5225488_A_G" "chr11_5225488_A_T" [34] "chr11_5225490_T_G" "chr11_5225566_T_G" "chr12_102402244_A_T" [37] "chr16_173691_TAA_T" "chr16_31191486_G_A" "chr16_31191497_G_A" [40] "chr16_31191546_C_T" "chr16_31191548_G_A" "chrX_22248184_A_G" [43] "chr1_18748486_C_T" "chr1_24608183_T_C" "chr1_37861686_C_T" [46] "chr1_37929123_A_T" "chr1_48521767_C_G" "chr1_66777569_G_A" [49] "chr1_77089090_A_G" "chr1_78539235_T_C" "chr1_92474402_T_C" [52] "chr1_108636791G-" "chr1_111483530_C_T" "chr1_111725366_T_C" [55] "chr1_117869176_T_C" "chr1_154549108_T_A" "chr1_163142414_A_G" [58] "chr1_167529960_T_A" "chr1_173184089_A_T" "chr1_178475830_A_G" [61] "chr1_179074418_G_A" "chr1_198320384_G_T" "chr1_228181911_G_A" [64] "chr1_240775852_A_G" "chr2_6898127_G_A" "chr2_20675774_C_T" [67] "chr2_20678290_C_T" "chr2_68864092_C_T" "chr2_68864640_T_C" [70] "chr2_70658660_C_A" "chr2_70659223_T_C" "chr2_120176522_G_T" [73] "chr2_171557592_G_A" "chr2_186763595_T_A" "chr2_191709742_C_T" [76] "chr2_200871389_T_C" "chr2_224399902_G_A" "chr2_236127946_A_G" [79] "chr2_240577897_G_A" "chr2_240715621_C_T" "chr3_13505946_T_C" [82] "chr3_16244445_T_C" "chr3_46019726_T_C" "chr3_58294260_C_T" [85] "chr3_86940871_A_G" "chr3_138654142_G_T" "chr3_140571948_A_C" [88] "chr3_141944607_C_A" "chr3_171858646_C_T" "chr3_193399890_T_G" [91] "chr3_193401003_A_G" "chr4_1393975_C_T" "chr4_7741595_T_C" [94] "chr4_46925033_T_C" "chr4_56935539_A_G" "chr4_77611735_T_C" [97] "chr4_102251154_T_G" "chr4_106045131_T_C" "chr4_119059970_C_T" [100] "chr4_143221867_C_T" "chr4_158253887_T_C" "chr4_166102027_C_T" [103] "chr5_6493786_G_A" "chr5_16666687_C_T" "chr5_64372196_A_G" [106] "chr5_65826199_T_C" "chr5_78487206_T_C" "chr5_83053340_G_A" [109] "chr5_123190972_T_G" "chr5_126544417_G_A" "chr5_150219811_A_G" [112] "chr5_159157601AC-" "chr5_168470606_G_A" "chr5_173164334_T_G" [115] "chr5_178978728_A_G" "chr5_181006214_C_T" "chr6_18121083_C_T" [118] "chr6_24172583_C_G" "chr6_24173154_T_C" "chr6_24427321_G_T" [121] "chr6_24427323_G_C" "chr6_24427526_A_G" "chr6_28243679_T_A" [124] "chr6_31268866_T_C" "chr6_32517671_A_G" "chr6_33005526_T_C" [127] "chr6_42081725_T_C" "chr6_42207667_A_C" "chr6_49527643_G_C" [130] "chr6_78901206_G_A" "chr6_80042225_G_A" "chr6_105097182_G_A" [133] "chr6_106666088_C_T" "chr6_115942361_G_A" "chr6_138423955_G_A" [136] "chr6_151619125_A_G" "chr6_151619712_C_T" "chr6_167138704_T_C" [139] "chr7_2447828_A_C" "chr7_38384727_T_C" "chr7_42909439_G_A" [142] "chr7_55795381_A_C" "chr7_64356606_C_A" "chr7_71782292_G_T" [145] "chr7_71783981_C_G" "chr7_83364517_T_A" "chr7_83960910_G_A" [148] "chr7_88205373_T_C" "chr7_101093431_A_G" "chr7_118194426_T_A" [151] "chr7_118201204_A_G" "chr7_142252203_G_A" "chr8_476015_G_T" [154] "chr8_16109660_C_T" "chr8_17567239_A_T" "chr8_17568990_T_C" [157] "chr8_26740131_C_T" "chr8_27871776_C_T" "chr8_41264740_C_T" [160] "chr8_66946571_G_C" "chr8_91958098_C_G" "chr8_97852095_G_A" [163] "chr8_116774377_G_A" "chr8_119423321_T_G" "chr8_142873085_T_C" [166] "chr9_1057294_C_A" "chr9_21384364_A_G" "chr9_35756435_C_A" [169] "chr9_77423887_G_A" "chr9_117717456_T_C" "chr9_126696530_G_A" [172] "chr9_131860516_G_C" "chr10_7159639_T_C" "chr10_7163755_C_G"

— Reply to this email directly, view it on GitHub https://github.com/RomoL2/RegVar/issues/8#issuecomment-1979658697, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZOARDHHLQXLIMTT3HE3YETYWYZVPAVCNFSM6AAAAABEHZZQT6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZZGY2TQNRZG4 . You are receiving this because you commented.Message ID: @.***>

pamelaxu213 commented 8 months ago

Thanks a lot! Will reinstall to give it another try