Creating annotation files
1
0
Entering edit mode
18 months ago
Shagnik • 0

Hi, I am trying this for the first time and need help. I have the genomic fasta file and annotation file (.gff3) for the draft genome of my (lesser known) model organism. I wish to grep and make a separate annotation file with only my selected regions (eg, genes related to Wnt signaling, genes related to Notch signaling, only ncRNA regions, etc). How do I fish out my specific regions into a separate GTF annotation file and use it for specific downstream processing? The scaffold IDs of my regions (relevant to the function) also need to be known. How do I gather those?

GFF3 GTF annotation functional genome • 602 views
ADD COMMENT
0
Entering edit mode
18 months ago

not clear what the question is, though, if you have a GFF file and the regions of interest are in there, then use the GFF file to generate the sequences then later select the sequences with the correct id. Is that what you are having problems with?

bedtools getfasta

or

gffread

programs can be used to extract sequences from genome using interval files

ADD COMMENT
0
Entering edit mode

Thanks! It worked with gffread. Thanks

ADD REPLY

Login before adding your answer.

Traffic: 2706 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