You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like these VEP files are different from what we used to deal with. The old VEP files that we worked with for CCLE and CPCGENE have 14 columns, with the last column EXTRA being key value pairs, separate by '='. But seems like in those VEP files, the last column is separated into additional columns? So there are IMPACT, DISTANCE, STRAND1, FLAGS, SOURCE, and GENCODEv34`.
Seems like these VEP files are different from what we used to deal with. The old VEP files that we worked with for CCLE and CPCGENE have 14 columns, with the last column
EXTRA
being key value pairs, separate by '='. But seems like in those VEP files, the last column is separated into additional columns? So there areIMPACT
,DISTANCE
,STRAND1,
FLAGS,
SOURCE, and
GENCODEv34`.The VEP looks like this:
And this is a VEP file from CCLE (path: /hot/project/algorithm/moPepGen/CCLE/processed/mutation/vep/ACH-000001_vep.txt)
The last column isn't used for anything at this moment. Maybe we can just modify moPepGen to only take column 0-12. @lydiayliu what do you think?
Originally posted by @zhuchcn in https://github.com/uclahs-cds/project-HNSC-lymphevolution/issues/9#issuecomment-1197198618
The text was updated successfully, but these errors were encountered: