How Do I Get The Reads That Correspond To A Particular Gene Of Interest
3
1
Entering edit mode
12.9 years ago
Sandy ▴ 10

I want to know how to get short read of a particular "gene" of interest. For example if I want to get reads of VCL how and where to find it?

I want to download short reads of the gene VCL. how to do it?

short • 2.2k views
ADD COMMENT
1
Entering edit mode

Try to be more specific. Tell us precisely what data you have and what you tried. Your question could be interpreted in many ways and I'm not going to guess what you really want.

ADD REPLY
0
Entering edit mode

Most importantly, do you want traces or inferred sequences?

ADD REPLY
8
Entering edit mode
12.9 years ago
lh3 33k

Get your gene coordinate and for example:

samtools view -b ftp://ftp.ncbi.nih.gov/1000genomes/ftp/data/HG00096/alignment/HG00096.chrom20.ILLUMINA.bwa.GBR.low_coverage.20101123.bam chr:start-end > HG00096.VCL.bam

There are alignment data for >1000 human individuals.

ADD COMMENT
2
Entering edit mode
12.9 years ago
Michael 54k

The sequence read archive is still online. Afaik, there is no service that allows to get the reads only for a single gene, this is quite a good decision not to let you have this option, given the whole raw data archive is over 1 Pb in size! The alignment information, not to mention the gene annotations single reads fall into, is not even stored, and it might not even be possible to do so.

Instead download some reads, after you know what kind of data you want and align them yourself against the gene sequence or whole human chromosome 22. The user interface of SRA is terrible btw, so you will need some time to figure out where to go or just do a search for all human sequences like here and browse the available data.

ADD COMMENT
0
Entering edit mode
12.9 years ago

The European Nucleotide Archive supports searching for entries and VCL yields 2 entries for which there is additional sequencing information available, one from human and one from mouse:

However, all I could find were contings and no reads - maybe they're in there somewhere, I didn't check too thoroughly.

ADD COMMENT

Login before adding your answer.

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