This is a test version of Biostars. For the public version, visit https://www.biostars.org.
UTR from gff format

Hello, I need to extract UTR from a gff file. Which tool should I use?

Thank you

gff format utr from

Have you tried anything so far? I would include what you have tried prior to asking in future posts.

You could use grep to take lines with "UTR" in them.

Alternatively, you could use R using the rtracklayer package to read in the gff, and then subset using the type field.

1 answer

While the task is not always trivial, the minimum requirement for posting would be to search for existing questions. Now, there are several good answers already posted, check out Similar posts on the right. Therefore, this question is a duplicate.

extract UTRs regions from gff file

How to extract 3'UTR regions

Log in to answer this question.