Gencode Annotation In Refgene Format
HI there,
i just downloaded the new Gencode.v19 human genome annotation and tried to convert it info refGene format. But somehow I fail. Can someone point to a script or a one-liner doing the conversion.
thanks.
• 2,347 views
•
link
0 answers
No answers yet.
Log in to answer this question.
FWIW: solved it. Kent tools provides a tool gtfToGenepred. Using this and the command line cut -f 12 genePredFile | paste - genePredFile > refGeneFile does the jobs. thanks for reading...