Closed Kaddea closed 2 years ago
Hi Matthias,
I am really glad you decided to try our package. I hope we can get the issues fixed asap.
It seems there is an issue at the point of ordering SNVs according to their position on chromosomes. Perhaps we could first check, whether the vcf is in a format compatible with RNAseqCNV. I have copied the first few lines of a functioning vcf file without a header (is not used by RNAseqCNV). You can check whether everything fits.
1 10560 . C G 21.77 . AC=2;AF=1.00;AN=2;DP=2;ExcessHet=3.0103;FS=0.000;MLEAC=2;MLEAF=1.00;MQ=60.00;QD=10.88;SOR=0.693 GT:AD:DP:GQ:PL 1/1:0,2:2:6:49,6,0 1 14653 . C T 97.28 . AC=2;AF=1.00;AN=2;DP=3;ExcessHet=3.0103;FS=0.000;MLEAC=2;MLEAF=1.00;MQ=60.00;QD=32.43;SOR=2.833 GT:AD:DP:GQ:PL 1/1:0,3:3:9:125,9,0 1 14907 . A G 220.28 . AC=1;AF=0.500;AN=2;BaseQRankSum=-1.429;ClippingRankSum=0.000;DP=11;ExcessHet=3.0103;FS=0.000;MLEAC=1;MLEAF=0.500;MQ=60.00;MQRankSum=0.000;QD=20.03;ReadPosRankSum=-0.549;SOR=0.223 GT:AD:DP:GQ:PL 0/1:1,10:11:9:248,0,9
Thank you for the fast reply :)
The chromosome labeling might be the issue here, as my vcf files refer to them as NC_000001 to NC_000024. I probably should convert them to the form 1 to Y. Every other hint is welcome, too ...
vcf snippet:
... (lots of comments)
NC_000001.11 14464 rs546169444 A T 365.63 . AC=1;AF=0.500;AN=2;BaseQRankSum=-1.556;DB;DP=11;ExcessHet=3.0103;FS=0.000;MLEAC=1;MLEAF=0.500;MQ=60.00;MQRankSum=0.000;QD=33.24;ReadPosRankSum=1.897;SOR=3.442 GT:AD:DP:GQ:PL 0/1:1,10:11:12:373,0,12 NC_000001.11 14522 rs1441808061 G A 1004.60 . AC=1;AF=0.500;AN=2;BaseQRankSum=5.350;DB;DP=44;ExcessHet=3.0103;FS=3.212;MLEAC=1;MLEAF=0.500;MQ=60.00;MQRankSum=0.000;QD=22.83;ReadPosRankSum=2.478;SOR=1.828 GT:AD:DP:GQ:PL 0/1:21,23:44:99:1012,0,621
Yes, the chromosome naming is an issue, since RNAseqCNV assumes naming 1-22, X, Y
If anything else comes up do not hesitate to contact me.
Best, Jan
Works great. Thanks a lot!!
Great, I am glad to hear that.
Best, Jan ---------- Původní e-mail ---------- Od: Kaddea @.> Komu: honzee/RNAseqCNV @.> Datum: 4. 1. 2022 8:59:28 Předmět: Re: [honzee/RNAseqCNV] Error with dplyr/mutate (Issue #11) "
Works great. Thanks a lot!!
— Reply to this email directly, view it on GitHub (https://github.com/honzee/RNAseqCNV/issues/11#issuecomment-1004595378), or unsubscribe (https://github.com/notifications/unsubscribe-auth/ANPG3NT4TOOQDM4WKS2FE5LUUKSFXANCNFSM5LFT3VGA) . Triage notifications on the go with GitHub Mobile for iOS (https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android (https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub) . You are receiving this because you commented. Message ID: <honzee/RNAseqCNV/ @.***> "
Happy new year, everyone!!
I've freshly installed the package and encounter the following error when running the script. Is there anything odd I have to look for in the vcf files?
Thank you, Mathias