Skip to content
New issue

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

Example SV VCF file #6

Open
Alex-Nesta opened this issue Jul 1, 2019 · 3 comments
Open

Example SV VCF file #6

Alex-Nesta opened this issue Jul 1, 2019 · 3 comments

Comments

@Alex-Nesta
Copy link

Hi, would you please upload an example VCF file that contains exactly what the program is looking for when it is reading an SV from LUMPY?

So far, I have run LUMPY on my samples, sorted (lsort) and merged (lmerge) using svtools. Once I sort and merge, there is no longer a separate column for each sample genotype. Instead, the sample ID is in column 8 in the ";" separated list.

Does your modified code handle this properly?

I tried running your modified program using one sample genotype per column (as fastQTL traditionally handles SNVs), but it returned NAs for the result. I assume this is because fastQTL failed to properly read the VCF with SVs in it.

An example VCF would really clear up a lot of confusion for me.

Thanks,
Alex

@Alex-Nesta
Copy link
Author

Update: it appears the modified fastqtl is still looking for a separate column for each sample ID.
still working on this. I will try to post if I get a working example vcf.

@Alex-Nesta
Copy link
Author

Alex-Nesta commented Jul 5, 2019

Just another update, I managed to get DUPs and DELs recognized properly (I think) by this fastQTL fork.

Essentially, I used lumpy-express to call SVs, and then I genotyped the SVs. Multiple samples were sorted and merged using vcf-tools.

Aside: Using the l_sort and l_merge scripts would probably be preferred over vcf-tools, because they allow you to combine SVs where the breakpoints are essentially on top of each other, eliminating duplicate calls. Problem is that the lumpy tools combine sample IDs into column 8, and I haven't written a script to separate each sample into columns yet.

Note that column 8 contains the END and SVTYPE identifiers. Each sample column (10 and +) has the genotype (GT) data as described in column 9. The probability data (PRPOS) was required to call genotypes, see lumpy-sv docs for more info.

I'll update once I get BNDs to work.

Here is what the line looks like:

#CHROM	POS	ID	REF	ALT	QUAL	FILTER	INFO	FORMAT	Sample10	Sample12	Sample13	Sample14	Sample15	Sample16	Sample17	Sample18	Sample19	Sample20	Sample21	Sample22	Sample23	Sample24	Sample2	Sample3	Sample4	Sample5	Sample6	Sample7	Sample8	Sample9
chr1	859750	252	N	<DEL>	4.77	.	AC=0;AN=2;CIEND95=-1,4;CIEND=-1,5;CIPOS95=-3,27;CIPOS=-10,51;END=859862;IMPRECISE;PE=5;PREND=0.270669,0.289457,0.210011,0.119331,0.0592752,0.0302291,0.0142419;PRPOS=1.7852e-05,4.15862e-05,9.60167e-05,0.000221446,0.000525034,0.00124281,0.00285498,0.0065645,0.015134,0.0356146,0.0832676,0.0762724,0.06883,0.0639363,0.0590887,0.0544545,0.0500409,0.0458164,0.0420522,0.0388982,0.0354741,0.0323669,0.0294378,0.0267039,0.0244704,0.0220437,0.020198,0.017996,0.0165371,0.0149417,0.0132844,0.0120834,0.0107603,0.00961301,0.00867336,0.00762267,0.00689714,0.00622135,0.00541836,0.00476669,0.00424522,0.00378864,0.0033862,0.00292853,0.0025243,0.00219774,0.00194794,0.00167578,0.00143237,0.00114525,0.000918337,0.000776454,0.000638936,0.000510444,0.000401923,0.000308642,0.00022872,0.000174399,0.000117129,8.53343e-05,5.4326e-05,2.48802e-05;SF=9;SR=0;STRANDS=+-:5;SU=5;SVLEN=-112;SVTYPE=DEL	GT:QA:AP:PE:SQ:RP:RO:RS:GL:AB:QR:GQ:SU:DP:AO:ASC:AS:SR	.	.	.	.	.	.	.	.	.	0/0:0:0:5:4.77:0:0:0:0,0,0:.:0:0:5:0:0:0:0:0	.	.	.	.	.	.	.	.	.	.	.	.
chr1	860295	519	N	<DEL>	80.91	.	AC=1;AN=2;CIEND95=-34,3;CIEND=-146,9;CIPOS95=-3,53;CIPOS=-10,186;END=860634;IMPRECISE;PE=5;PREND=3.36997e-10,9.94146e-10,2.40071e-09,4.16405e-09,6.49299e-09,1.03638e-08,1.61741e-08,2.46637e-08,3.23112e-08,4.0074e-08,5.07844e-08,6.52929e-08,8.41545e-08,1.05265e-07,1.27189e-07,1.5477e-07,1.78854e-07,2.08976e-07,2.50998e-07,3.04131e-07,3.69321e-07,4.46373e-07,5.33338e-07,6.27191e-07,7.24286e-07,8.308e-07,9.30538e-07,1.0682e-06,1.22085e-06,1.39513e-06,1.57983e-06,1.8082e-06,2.03635e-06,2.28963e-06,2.52443e-06,2.84861e-06,3.19468e-06,3.58949e-06,4.04572e-06,4.57181e-06,5.16105e-06,5.77701e-06,6.41157e-06,7.19474e-06,8.06504e-06,8.98735e-06,1.00585e-05,1.10021e-05,1.20583e-05,1.34856e-05,1.47488e-05,1.60243e-05,1.7597e-05,1.96317e-05,2.13581e-05,2.3401e-05,2.56325e-05,2.82434e-05,3.10602e-05,3.38598e-05,3.73457e-05,4.16437e-05,4.53932e-05,4.98154e-05,5.50491e-05,5.97549e-05,6.54644e-05,7.18418e-05,7.89633e-05,8.65266e-05,9.47819e-05,0.000103832,0.000113182,0.000124134,0.000136036,0.000149681,0.000165045,0.000180943,0.000196764,0.000213369,0.000231585,0.000255511,0.000281664,0.000308902,0.000339463,0.000371575,0.00040776,0.000448737,0.000491027,0.000532373,0.000581073,0.00063343,0.000686291,0.00074709,0.000822449,0.000892383,0.000979753,0.00107627,0.00118016,0.00129532,0.00141807,0.00155181,0.00170886,0.00188032,0.00208042,0.00231185,0.00253665,0.00277465,0.00304439,0.00333359,0.00363924,0.00397084,0.00430616,0.00467177,0.00513529,0.00559597,0.00609761,0.00669258,0.00732843,0.00797467,0.00870626,0.00948106,0.0103493,0.0112998,0.0123916,0.013579,0.0148483,0.0161297,0.0174798,0.0190158,0.0206354,0.0223011,0.0240289,0.0260776,0.0284105,0.0309756,0.0335473,0.0361875,0.0391871,0.0424961,0.0460604,0.0498805,0.0540045,0.0584094,0.0633949,0.0685354,0.0741142,0.0318123,0.0135986,0.00577576,0.00245155,0.00103849,0.000439818,0.000186502,7.89387e-05,3.34193e-05;PRPOS=7.14067e-06,1.72892e-05,4.17462e-05,0.000100757,0.000243395,0.000588548,0.00142225,0.0034394,0.00831273,0.0200909,0.0485244,0.0460796,0.0437334,0.0415605,0.0395235,0.0376101,0.0359061,0.0342495,0.0327092,0.0311547,0.0296639,0.0281581,0.026648,0.0253474,0.0240968,0.0228779,0.0218041,0.0207625,0.0198358,0.0188997,0.0179145,0.0170128,0.0161385,0.0153311,0.0145524,0.0138764,0.013148,0.0125067,0.0118841,0.0112997,0.0106916,0.010094,0.00953455,0.00899931,0.00852589,0.00806857,0.00766014,0.00727668,0.00690763,0.00654466,0.00615401,0.00578925,0.00547308,0.00515611,0.00487162,0.00459615,0.00435319,0.00412744,0.00391398,0.00370404,0.00350748,0.00332051,0.00313278,0.00295301,0.00277424,0.00263529,0.00249186,0.00237068,0.00224772,0.00212328,0.00201193,0.00189792,0.00177889,0.00166944,0.0015682,0.00147132,0.00138547,0.00130459,0.00123074,0.00116206,0.00109174,0.00103212,0.00097557,0.000914163,0.000857913,0.000806468,0.00075509,0.000707856,0.00066365,0.000624744,0.000587666,0.000553879,0.000518118,0.000483485,0.00045303,0.000423176,0.000395661,0.000371725,0.000347902,0.000323621,0.000303179,0.0002841,0.000266282,0.000247926,0.000230858,0.000215708,0.000202541,0.00018908,0.000177176,0.000166031,0.000155765,0.000145074,0.000135522,0.000126739,0.000117621,0.000109935,0.000102201,9.55954e-05,9.01875e-05,8.42025e-05,7.82428e-05,7.31522e-05,6.80125e-05,6.32902e-05,5.90287e-05,5.53681e-05,5.19025e-05,4.82196e-05,4.51652e-05,4.18543e-05,3.89894e-05,3.62893e-05,3.39891e-05,3.17897e-05,2.93895e-05,2.73256e-05,2.54582e-05,2.34763e-05,2.18131e-05,2.02338e-05,1.867e-05,1.73542e-05,1.61722e-05,1.50073e-05,1.40912e-05,1.30026e-05,1.21609e-05,1.12981e-05,1.03512e-05,9.50993e-06,8.84863e-06,8.15705e-06,7.5798e-06,6.94639e-06,6.46596e-06,5.93088e-06,5.43546e-06,4.98604e-06,4.55111e-06,4.11931e-06,3.79024e-06,3.46272e-06,3.15813e-06,2.90864e-06,2.65818e-06,2.42833e-06,2.2466e-06,2.03065e-06,1.84844e-06,1.69123e-06,1.51416e-06,1.39194e-06,1.28027e-06,1.15755e-06,1.05081e-06,9.46694e-07,8.38378e-07,7.45964e-07,6.52033e-07,5.81355e-07,5.1363e-07,4.72223e-07,4.19293e-07,3.72038e-07,3.25425e-07,2.85187e-07,2.43389e-07,2.15842e-07,1.85914e-07,1.67506e-07,1.36357e-07,1.07857e-07,8.37692e-08,6.68153e-08,5.3479e-08,3.80677e-08,2.24177e-08;SF=11;SR=0;STRANDS=+-:5;SU=5;SVLEN=-339;SVTYPE=DEL	GT:RS:QR:AB:GL:ASC:AS:AO:DP:SU:GQ:SR:AP:QA:SQ:PE:RP:RO	.	.	.	.	.	.	.	.	.	.	.	0/1:0:9:0.31:-9,-1,-6:0:0:4:14:5:52:0:4:4:80.91:5:9:9	.	.	.	.	.	.	.	.	.	.
chr1	877320	204	N	<DEL>	0.01	.	AC=0;AN=2;CIEND95=-304,2;CIEND=-583,9;CIPOS95=-2,304;CIPOS=-10,582;END=878151;IMPRECISE;PE=4;PREND=3.04083e-07,4.94135e-07,6.08167e-07,9.1225e-07,1.14031e-06,1.21633e-06,1.36838e-06,1.59644e-06,1.86251e-06,2.2046e-06,2.35665e-06,2.66073e-06,2.9268e-06,3.19288e-06,3.49696e-06,3.649e-06,3.91507e-06,4.0291e-06,4.21916e-06,4.59926e-06,4.7513e-06,5.16942e-06,5.32146e-06,5.73957e-06,6.00565e-06,6.27172e-06,6.68983e-06,7.14596e-06,7.45004e-06,7.79214e-06,8.05821e-06,8.36229e-06,8.7424e-06,9.00847e-06,9.46459e-06,9.95873e-06,1.03768e-05,1.07189e-05,1.12891e-05,1.17832e-05,1.22013e-05,1.25814e-05,1.29996e-05,1.33417e-05,1.38738e-05,1.4482e-05,1.49001e-05,1.53182e-05,1.59644e-05,1.66486e-05,1.72567e-05,1.79029e-05,1.85111e-05,1.91953e-05,1.97654e-05,2.03736e-05,2.09818e-05,2.16659e-05,2.22741e-05,2.30723e-05,2.35665e-05,2.43647e-05,2.48588e-05,2.5581e-05,2.63792e-05,2.72155e-05,2.81657e-05,2.88119e-05,2.96861e-05,3.05604e-05,3.12066e-05,3.21568e-05,3.2993e-05,3.38673e-05,3.45135e-05,3.54637e-05,3.6414e-05,3.72502e-05,3.82005e-05,3.92648e-05,4.0101e-05,4.10132e-05,4.16974e-05,4.27617e-05,4.3674e-05,4.46242e-05,4.58406e-05,4.67908e-05,4.78171e-05,4.90334e-05,5.01738e-05,5.13141e-05,5.27205e-05,5.38988e-05,5.54952e-05,5.66735e-05,5.76998e-05,5.87261e-05,6.01325e-05,6.13488e-05,6.24891e-05,6.40476e-05,6.5644e-05,6.69363e-05,6.83807e-05,6.96351e-05,7.08894e-05,7.25619e-05,7.38923e-05,7.51846e-05,7.6553e-05,7.74652e-05,7.90997e-05,8.0164e-05,8.11903e-05,8.28247e-05,8.3965e-05,8.52954e-05,8.66257e-05,8.81842e-05,8.91344e-05,9.06548e-05,9.24413e-05,9.41138e-05,9.55202e-05,9.70406e-05,9.8523e-05,0.000100233,0.000101526,0.000103084,0.000104567,0.000105935,0.00010776,0.000109546,0.000111104,0.000112435,0.000113917,0.000115476,0.000117528,0.000118935,0.000120721,0.000122356,0.000124104,0.000125282,0.000126423,0.000127829,0.000129844,0.000131478,0.000133112,0.000134747,0.000136305,0.000137788,0.000139004,0.000140791,0.000142311,0.000143983,0.00014558,0.000147366,0.000149191,0.000150635,0.000152536,0.000154246,0.000156299,0.000157477,0.000158998,0.000160708,0.000162685,0.000164053,0.000166144,0.000167816,0.000169526,0.000171199,0.000172947,0.000174506,0.000176672,0.000178915,0.00018093,0.000182716,0.000185111,0.000187087,0.000188532,0.000190166,0.000191763,0.000193815,0.000195716,0.000197958,0.000199935,0.000201455,0.000203318,0.000205332,0.000207689,0.000209323,0.000211604,0.000213505,0.000215139,0.000217192,0.000219814,0.000222209,0.000224718,0.000227492,0.000230305,0.000232586,0.000235513,0.000237679,0.000240986,0.000243723,0.000246498,0.000249082,0.000252199,0.000255544,0.000258395,0.000261588,0.000264248,0.000267973,0.00027109,0.000275157,0.00027835,0.000282379,0.000286675,0.000290438,0.000294011,0.000298154,0.000301917,0.00030644,0.000310773,0.000315106,0.000319554,0.000324495,0.000328372,0.000332705,0.000337951,0.000343006,0.000347719,0.000352319,0.000357944,0.000363418,0.000369271,0.000375315,0.000381777,0.000387402,0.000393142,0.00039987,0.000406864,0.000413363,0.000420243,0.000427237,0.000433965,0.000441339,0.000448219,0.000456125,0.000463347,0.000470531,0.000478133,0.000486191,0.000493641,0.000501738,0.000510328,0.000518728,0.000527128,0.000535301,0.000543891,0.000552329,0.000560844,0.000570612,0.000580153,0.000589808,0.000599158,0.000608889,0.00061843,0.000627856,0.000637663,0.000647888,0.00065777,0.000666513,0.000676966,0.000687114,0.000697567,0.000708248,0.000719461,0.000730636,0.000740785,0.000751656,0.000763515,0.00077412,0.000783965,0.000794076,0.000804338,0.000815057,0.000826042,0.000836647,0.000847024,0.000858351,0.000869184,0.000880207,0.00089066,0.000901645,0.000912326,0.000922551,0.000933156,0.000944217,0.000954784,0.000964058,0.000975005,0.0009858,0.000996633,0.00100633,0.00101697,0.00102795,0.00103677,0.00104616,0.00105658,0.00106722,0.00107703,0.00108611,0.0010963,0.00110667,0.0011172,0.00112686,0.00113678,0.00114719,0.00115727,0.00116627,0.00117513,0.00118402,0.00119338,0.00120204,0.00121075,0.00121968,0.00122827,0.00123674,0.00124522,0.00125419,0.00126149,0.00126993,0.00127711,0.00128555,0.00129395,0.00130243,0.00131094,0.00131972,0.00132729,0.00133466,0.00134169,0.00134907,0.00135671,0.00136442,0.00137199,0.00137997,0.00138829,0.00139601,0.0014038,0.00141114,0.00141821,0.00142493,0.00143079,0.00143778,0.00144474,0.00145166,0.00145884,0.00146591,0.0014729,0.00147967,0.0014848,0.00149065,0.00149609,0.00150259,0.00150886,0.00151472,0.00152224,0.00152988,0.00153642,0.00154345,0.00154995,0.00155504,0.0015612,0.00156797,0.00157401,0.00158059,0.00158747,0.00159423,0.00160012,0.001607,0.0016148,0.00162069,0.00162666,0.00163312,0.00164106,0.00164813,0.00165452,0.0016628,0.00167029,0.00167881,0.00168762,0.00169621,0.00170477,0.00171366,0.00172199,0.00173149,0.00174057,0.00175087,0.00176076,0.0017725,0.00178383,0.00179565,0.00180622,0.00181838,0.00183115,0.00184294,0.00185677,0.0018708,0.0018852,0.00189999,0.00191447,0.00193177,0.00194731,0.00196411,0.0019824,0.00200136,0.0020201,0.00203831,0.00205838,0.00207887,0.00210095,0.00212227,0.00214554,0.00216865,0.00219214,0.00221627,0.00224136,0.00226728,0.00229252,0.00232035,0.00234912,0.00237542,0.00240393,0.00243251,0.00246463,0.00249542,0.0025264,0.00255692,0.00258992,0.00262337,0.00265689,0.00269232,0.00272573,0.00276188,0.00279711,0.00283387,0.0028718,0.0029073,0.00294543,0.00298443,0.00302263,0.00306254,0.00310298,0.00314042,0.00317645,0.00321313,0.00325126,0.00328961,0.00332857,0.00336951,0.00341345,0.00345682,0.00349817,0.00353664,0.0035729,0.00360753,0.00364505,0.00368412,0.00372673,0.0037717,0.00381731,0.00386148,0.00390401,0.00394043,0.00397597,0.00401424,0.00405202,0.00409422,0.00414359,0.00420061,0.00426021,0.0043176,0.00436546,0.00440138,0.00443285,0.00446596,0.00450336,0.00454681,0.00459706,0.00465506,0.00471656,0.00476233,0.00479752,0.00482614,0.00484895,0.00487161,0.0048984,0.00492866,0.00496032,0.00499012,0.00501452,0.00503543,0.0050555,0.00507405,0.00509609,0.0051265,0.00516284,0.00519705,0.00522727,0.00525441,0.00527573,0.00529196,0.00530508,0.00531747,0.00532876,0.00534522,0.0053638,0.00538402,0.00541303,0.00544803,0.00547597,0.00549486,0.00551018,0.00552314,0.00553519,0.00554595,0.0055588,0.00557172,0.00558533,0.00560068,0.0056171,0.00563318,0.00564998,0.005665,0.00567872,0.00568963,0.00570156,0.00571369,0.00572768,0.00574109,0.0057566,0.00577029,0.00578655,0.00580043,0.00581419,0.00582715,0.00584038,0.0058514,0.00586524,0.00587957,0.00589431,0.00591168,0.00592784,0.00594301,0.00595996,0.00597497,0.00599037,0.00600458,0.00601975,0.00603822,0.00605696,0.00607684,0.00609661,0.00611907,0.0061399,0.00615932,0.0061792,0.00619923,0.00621695,0.00623561,0.00625819,0.00628445,0.00631182,0.00634071,0.006371,0.00640198,0.0064284,0.00645542,0.00647967,0.00650621,0.00653798,0.00657075,0.00261591,0.00104141,0.000414593,0.000165053,6.57086e-05,2.61591e-05,1.04141e-05,4.14593e-06,1.65053e-06;PRPOS=6.57086e-07,1.65053e-06,4.14593e-06,1.04141e-05,2.61591e-05,6.57086e-05,0.000165053,0.000414593,0.00104141,0.00261591,0.00657075,0.00653798,0.00650621,0.00647967,0.00645542,0.0064284,0.00640198,0.006371,0.00634071,0.00631182,0.00628445,0.00625819,0.00623561,0.00621695,0.00619923,0.0061792,0.00615932,0.0061399,0.00611907,0.00609661,0.00607684,0.00605696,0.00603822,0.00601975,0.00600458,0.00599037,0.00597497,0.00595996,0.00594301,0.00592784,0.00591168,0.00589431,0.00587957,0.00586524,0.0058514,0.00584038,0.00582715,0.00581419,0.00580043,0.00578655,0.00577029,0.0057566,0.00574109,0.00572768,0.00571369,0.00570156,0.00568963,0.00567872,0.005665,0.00564998,0.00563318,0.0056171,0.00560068,0.00558533,0.00557172,0.0055588,0.00554595,0.00553519,0.00552314,0.00551018,0.00549486,0.00547597,0.00544803,0.00541303,0.00538402,0.0053638,0.00534522,0.00532876,0.00531747,0.00530508,0.00529196,0.00527573,0.00525441,0.00522727,0.00519705,0.00516284,0.0051265,0.00509609,0.00507405,0.0050555,0.00503543,0.00501452,0.00499012,0.00496032,0.00492866,0.0048984,0.00487161,0.00484895,0.00482614,0.00479752,0.00476233,0.00471656,0.00465506,0.00459706,0.00454681,0.00450336,0.00446596,0.00443285,0.00440138,0.00436546,0.0043176,0.00426021,0.00420061,0.00414359,0.00409422,0.00405202,0.00401424,0.00397597,0.00394043,0.00390401,0.00386148,0.00381731,0.0037717,0.00372673,0.00368412,0.00364505,0.00360753,0.0035729,0.00353664,0.00349817,0.00345682,0.00341345,0.00336951,0.00332857,0.00328961,0.00325126,0.00321313,0.00317645,0.00314042,0.00310298,0.00306254,0.00302263,0.00298443,0.00294543,0.0029073,0.0028718,0.00283387,0.00279711,0.00276188,0.00272573,0.00269232,0.00265689,0.00262337,0.00258992,0.00255692,0.0025264,0.00249542,0.00246463,0.00243251,0.00240393,0.00237542,0.00234912,0.00232035,0.00229252,0.00226728,0.00224136,0.00221627,0.00219214,0.00216865,0.00214554,0.00212227,0.00210095,0.00207887,0.00205838,0.00203831,0.0020201,0.00200136,0.0019824,0.00196411,0.00194731,0.00193177,0.00191447,0.00189999,0.0018852,0.0018708,0.00185677,0.00184294,0.00183115,0.00181838,0.00180622,0.00179565,0.00178383,0.0017725,0.00176076,0.00175087,0.00174057,0.00173149,0.00172199,0.00171366,0.00170477,0.00169621,0.00168762,0.00167881,0.00167029,0.0016628,0.00165452,0.00164813,0.00164106,0.00163312,0.00162666,0.00162069,0.0016148,0.001607,0.00160012,0.00159423,0.00158747,0.00158059,0.00157401,0.00156797,0.0015612,0.00155504,0.00154995,0.00154345,0.00153642,0.00152988,0.00152224,0.00151472,0.00150886,0.00150259,0.00149609,0.00149065,0.0014848,0.00147967,0.0014729,0.00146591,0.00145884,0.00145166,0.00144474,0.00143778,0.00143079,0.00142493,0.00141821,0.00141114,0.0014038,0.00139601,0.00138829,0.00137997,0.00137199,0.00136442,0.00135671,0.00134907,0.00134169,0.00133466,0.00132729,0.00131972,0.00131094,0.00130243,0.00129395,0.00128555,0.00127711,0.00126993,0.00126149,0.00125419,0.00124522,0.00123674,0.00122827,0.00121968,0.00121075,0.00120204,0.00119338,0.00118402,0.00117513,0.00116627,0.00115727,0.00114719,0.00113678,0.00112686,0.0011172,0.00110667,0.0010963,0.00108611,0.00107703,0.00106722,0.00105658,0.00104616,0.00103677,0.00102795,0.00101697,0.00100633,0.000996633,0.0009858,0.000975005,0.000964058,0.000954784,0.000944217,0.000933156,0.000922551,0.000912326,0.000901645,0.00089066,0.000880207,0.000869184,0.000858351,0.000847024,0.000836647,0.000826042,0.000815057,0.000804338,0.000794076,0.000783965,0.00077412,0.000763515,0.000751656,0.000740785,0.000730636,0.000719461,0.000708248,0.000697567,0.000687114,0.000676966,0.000666513,0.00065777,0.000647888,0.000637663,0.000627856,0.00061843,0.000608889,0.000599158,0.000589808,0.000580153,0.000570612,0.000560844,0.000552329,0.000543891,0.000535301,0.000527128,0.000518728,0.000510328,0.000501738,0.000493641,0.000486191,0.000478133,0.000470531,0.000463347,0.000456125,0.000448219,0.000441339,0.000433965,0.000427237,0.000420243,0.000413363,0.000406864,0.00039987,0.000393142,0.000387402,0.000381777,0.000375315,0.000369271,0.000363418,0.000357944,0.000352319,0.000347719,0.000343006,0.000337951,0.000332705,0.000328372,0.000324495,0.000319554,0.000315106,0.000310773,0.00030644,0.000301917,0.000298154,0.000294011,0.000290438,0.000286675,0.000282379,0.00027835,0.000275157,0.00027109,0.000267973,0.000264248,0.000261588,0.000258395,0.000255544,0.000252199,0.000249082,0.000246498,0.000243723,0.000240986,0.000237679,0.000235513,0.000232586,0.000230305,0.000227492,0.000224718,0.000222209,0.000219814,0.000217192,0.000215139,0.000213505,0.000211604,0.000209323,0.000207689,0.000205332,0.000203318,0.000201455,0.000199935,0.000197958,0.000195716,0.000193815,0.000191763,0.000190166,0.000188532,0.000187087,0.000185111,0.000182716,0.00018093,0.000178915,0.000176672,0.000174506,0.000172947,0.000171199,0.000169526,0.000167816,0.000166144,0.000164053,0.000162685,0.000160708,0.000158998,0.000157477,0.000156299,0.000154246,0.000152536,0.000150635,0.000149191,0.000147366,0.00014558,0.000143983,0.000142311,0.000140791,0.000139004,0.000137788,0.000136305,0.000134747,0.000133112,0.000131478,0.000129844,0.000127829,0.000126423,0.000125282,0.000124104,0.000122356,0.000120721,0.000118935,0.000117528,0.000115476,0.000113917,0.000112435,0.000111104,0.000109546,0.00010776,0.000105935,0.000104567,0.000103084,0.000101526,0.000100233,9.8523e-05,9.70406e-05,9.55202e-05,9.41138e-05,9.24413e-05,9.06548e-05,8.91344e-05,8.81842e-05,8.66257e-05,8.52954e-05,8.3965e-05,8.28247e-05,8.11903e-05,8.0164e-05,7.90997e-05,7.74652e-05,7.6553e-05,7.51846e-05,7.38923e-05,7.25619e-05,7.08894e-05,6.96351e-05,6.83807e-05,6.69363e-05,6.5644e-05,6.40476e-05,6.24891e-05,6.13488e-05,6.01325e-05,5.87261e-05,5.76998e-05,5.66735e-05,5.54952e-05,5.38988e-05,5.27205e-05,5.13141e-05,5.01738e-05,4.90334e-05,4.78171e-05,4.67908e-05,4.58406e-05,4.46242e-05,4.3674e-05,4.27617e-05,4.16974e-05,4.10132e-05,4.0101e-05,3.92648e-05,3.82005e-05,3.72502e-05,3.6414e-05,3.54637e-05,3.45135e-05,3.38673e-05,3.2993e-05,3.21568e-05,3.12066e-05,3.05604e-05,2.96861e-05,2.88119e-05,2.81657e-05,2.72155e-05,2.63792e-05,2.5581e-05,2.48588e-05,2.43647e-05,2.35665e-05,2.30723e-05,2.22741e-05,2.16659e-05,2.09818e-05,2.03736e-05,1.97654e-05,1.91953e-05,1.85111e-05,1.79029e-05,1.72567e-05,1.66486e-05,1.59644e-05,1.53182e-05,1.49001e-05,1.4482e-05,1.38738e-05,1.33417e-05,1.29996e-05,1.25814e-05,1.22013e-05,1.17832e-05,1.12891e-05,1.07189e-05,1.03768e-05,9.95873e-06,9.46459e-06,9.00847e-06,8.7424e-06,8.36229e-06,8.05821e-06,7.79214e-06,7.45004e-06,7.14596e-06,6.68983e-06,6.27172e-06,6.00565e-06,5.73957e-06,5.32146e-06,5.16942e-06,4.7513e-06,4.59926e-06,4.21916e-06,4.0291e-06,3.91507e-06,3.649e-06,3.49696e-06,3.19288e-06,2.9268e-06,2.66073e-06,2.35665e-06,2.2046e-06,1.86251e-06,1.59644e-06,1.36838e-06,1.21633e-06,1.14031e-06,9.1225e-07,6.08167e-07,4.94135e-07;SF=1;SR=0;STRANDS=+-:4;SU=4;SVLEN=-831;SVTYPE=DEL	GT:PE:SQ:QA:AP:RO:RP:QR:AB:GL:RS:SR:AO:AS:ASC:GQ:SU:DP	.	0/0:4:0.01:1:1:18:18:18:0.053:-2,-4,-17:0:0:1:0:0:27:4:20	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.	.
chr1	877383	520	N	<DEL>	0.26	.	AC=0;AN=2;CIEND95=-14,2;CIEND=-17,9;CIPOS95=-3,36;CIPOS=-10,59;END=877619;IMPRECISE;PE=4;PREND=0.00368647,0.00626487,0.0106152,0.0147288,0.0181077,0.0222881,0.0285659,0.0352719,0.0431634,0.0472847,0.0540224,0.0603227,0.0699851,0.0783219,0.0892919,0.0987404,0.109461,0.118123,0.0516624,0.0224179,0.00997902,0.00435291,0.00191117,0.000828423,0.000357207,0.000153503,6.4794e-05;PRPOS=1.10627e-05,2.64122e-05,6.25857e-05,0.000148894,0.000352602,0.000846284,0.00202241,0.00481324,0.0114567,0.0271961,0.06423,0.0603025,0.056413,0.0527411,0.049726,0.0467756,0.0438041,0.0412651,0.0381695,0.0360464,0.0337639,0.0315422,0.0294323,0.0277134,0.025726,0.0242496,0.0224528,0.0210624,0.0194948,0.018183,0.0168799,0.0156658,0.0143599,0.0133316,0.0123877,0.0114745,0.010677,0.00996885,0.00923464,0.0085662,0.00789743,0.00731814,0.0068001,0.00621301,0.00580163,0.00543753,0.00503937,0.00463878,0.00424678,0.00385693,0.00352466,0.00313308,0.00285748,0.00258962,0.00241773,0.00219864,0.00198982,0.00178072,0.00160908,0.00139195,0.00125542,0.00110404,0.00100759,0.000826473,0.000669014,0.000532107,0.000433304,0.000352228,0.000257061,0.000153711;SF=11;SR=0;STRANDS=+-:4;SU=4;SVLEN=-236;SVTYPE=DEL	GT:RP:RO:SQ:PE:AP:QA:SR:SU:DP:GQ:ASC:AS:AO:GL:AB:QR:RS	.	.	.	.	.	.	.	.	.	.	.	0/0:22:22:0.26:4:2:2:0:4:25:12:0:0:2:-4,-5,-20:0.083:22:0	.	.	.	.	.	.	.	.	.	.```

@netwon123
Copy link

Have you found an alternative tool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants