Entering edit mode
13 days ago
Sd
•
0
I have a DataFrame with the following columns. Is there any way to use this file in VEP to include columns 6 to 12 in my variant annotation outputs?
chr start end transcript gene exp_snv obs_snv pLI o/e lof.oe_ci_lower lof.oe_ci.upper biotype canonical mane_select
0 chr1 65419 71585 ENST00000641515 OR4F5 0.53873 0.0 0.33668 0.00000 0.000 1.828 protein_coding True True
1 chr1 923923 944574 ENST00000616016 SAMD11 54.47500 75.0 0.00000 1.37680 1.204 1.764 protein_coding True True
2 chr1 923923 944574 ENST00000618323 SAMD11 54.13100 76.0 0.00000 1.40400 1.231 1.795 protein_coding False False
3 chr1 925150 935793 ENST00000437963 SAMD11 15.47900 15.0 0.00001 0.96906 0.483 1.272 protein_coding False False
4 chr1 925731 944574 ENST00000342066 SAMD11 55.24600 75.0 0.00000 1.35760 1.141 1.693 protein_coding False False
Initially, I converted the file to GFF3 format in order to run VEP, but I got warnings and couldn’t figure out what the problem was.
GFF3 format file which created to use
./vep --custom
or--gff
:But I am getting the following warnings like this:
Do you have any thoughts on this? Which format should I use to avoid the following warnings?