How to manipulate a gff or gtf file manually?
1
0
Entering edit mode
6.6 years ago
Javad ▴ 150

Hello,

I want to manipulate a gtf file manually. I can do this with text editors like gedit. It works very well with small genomes like bacterial genomes but when it comes to big genomes (like human genome) It is slow and it needs high amount of memory to load the annotation file. Is there another feasible way to manipulate annotation files?

Thanks

RNA-Seq genome next-gen • 5.4k views
ADD COMMENT
3
Entering edit mode

What kind of manual manipulation are you doing ? It is not really the kind of file that we like to modify manually... I load huge genome into text editor without any problem using "sublime". I guess using "atom" it will work well too.

ADD REPLY
0
Entering edit mode

I use awk grep from command line. You can head your commands before you write any files.

ADD REPLY
5
Entering edit mode
6.6 years ago
shoujun.gu ▴ 380

It's depend on how you want to manipulate your file. For simple modification, linux command line should work. For more sophisticated job, you probably need to use R or Python/Pandas.

And avoid using any text editor to do it manually, since its error prone and may mess up with the file format.

ADD COMMENT

Login before adding your answer.

Traffic: 2360 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6