Batch Retrieval of Coding Sequences
1
0
Entering edit mode
8.9 years ago
fire_water ▴ 80

Hello, I have a long list of human gene names (for example CFTR, ABCA1) and I want to retrieve the coding sequences for each gene. Does anyone know of a way to upload this list and retrieve the sequences in FASTA format?

sequence • 2.3k views
ADD COMMENT
1
Entering edit mode
8.9 years ago
Manvendra Singh ★ 2.2k

You can get it out from Biomart. I think you want to get cDNA for gene, if you want to have isoforms sequences you can download gtf file from table browser export the knownGene as a GTF

grep -w 'CDS' in.gtf > out.gtf

Just get fasta sequence from gtf using bedops

ADD COMMENT
0
Entering edit mode

Thank you! How can I exclude isoforms?

ADD REPLY
0
Entering edit mode

if you want to have one sequence per gene then you would need to have one isoform,

I would take the sequence from longest isoform .

ADD REPLY

Login before adding your answer.

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