UTR from gff format
Hello, I need to extract UTR from a gff file. Which tool should I use?
Thank you
• 1,304 views
•
link
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.
• 0 views
•
link
Log in to answer this question.
Have you tried anything so far? I would include what you have tried prior to asking in future posts.
You could use
grepto take lines with "UTR" in them.Alternatively, you could use
Rusing thertracklayerpackage to read in the gff, and then subset using thetypefield.