What is this annotation file format?
Hello, ALL!
I got the following annotation file from UCSC website.
(rmsk.txt in http://hgdownload.soe.ucsc.edu/goldenPath/mm10/database/)
However I don't classify this file format. I usually use gtf files as annotation files.
607 12955 105 9 10 chr1 3000000 3002128 -192469843 - L1_Mus3 LINE L1 -3055 3592 1466 1
607 1216 268 31 105 chr1 3003152 3003994 -192467977 - L1Md_F LINE L1 -5902 617 1 2
If you know about this file format and how to convert this file to gtf format, please tell me!!
Thank you ALL!
• 7,707 views
•
link
1 answer
That's the format produced by repeatMasker. If you want a more useful format, then use the table browser to get a BED or GTF file (though note that both of these incur some information loss, since the table browser doesn't end up including everything).
• 0 views
•
link
Log in to answer this question.
Did you read the README?
FYI, according to the README,