standard file format to specify where exons are
2
0
Entering edit mode
4.0 years ago

Hello All,

I'm a newbie in bioinformatics, so I apologyze for my -maybe- basic question.

I'm working on a software to create primer panel to perform PCR for the exome of a gene. My idea is to give my program a file with a declaration of the gene and its structure (exons, UTRs).

I know that a FASTA/FASTQ file can hold the DNA string of the gene, but I haven't found a way to tell the program where each exon/UTR starts and ends. I could create my own file format, but I imagine that there's a standard one, so I can download the structure form an online repository and sending to my program without edition.

Since I want to include some intronic bases before and after the exon, a FASTA/Q file with just exons is not useful for me.

I would appreciate any clue that you can give me!

Thanks in advance,

Jorge

annotation exon • 1.6k views
ADD COMMENT
2
Entering edit mode
4.0 years ago

GTF format: https://en.wikipedia.org/wiki/Gene_transfer_format

UCSC BED format: https://genome.ucsc.edu/FAQ/FAQformat.html#format1 (see columns 10,11,12) for exons and 7,8 for CDS.

ADD COMMENT
0
Entering edit mode

Merci Pierre !

ADD REPLY
0
Entering edit mode

A small educational note: if an answer was helpful, you should upvote it; if the answer resolved your question, you should mark it as accepted. You can accept more than one answer if they all work. If an answer was not really helpful or did not work, provide detailed feedback so others know not to use that answer.

upvote_bookmark_accept

ADD REPLY
1
Entering edit mode
4.0 years ago
Ram 45k

Take a look at the GTF format.

ADD COMMENT

Login before adding your answer.

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