What are the steps to extract a particular sequence from a WGS raw read
1
0
Entering edit mode
9.2 years ago
rus2dil ▴ 20

I am new to bioinformatics and recently I started a research project to compare promoters of a particular gene (not decided yet). I have several raw reads of WGS deposited in ENA site. How should I use these raw reads to extract a particular region? For example, sequence of the rice LEAFY gene.

genome next-gen sequencing • 2.9k views
ADD COMMENT
1
Entering edit mode
9.2 years ago

Download the data and align it against the rice reference genome. Then use the coordinates of the gene you are looking for and extract those sequences from the BAM file using samtools.

ADD COMMENT
0
Entering edit mode

Thank you very much Ashutosh Pandey. I think using galaxy platform I can do this? Right?

ADD REPLY
0
Entering edit mode

Yes, upload FASTQ, align to ref genome. Then use SAM manipulation tools and a BED file to extract the region.

ADD REPLY
0
Entering edit mode

Thank you RamRS. Should this BED file only contain the sequence of interest? If so, how to create it from FASTQ or FATSA file. Because I have the FASTA file of the gene of interest downloaded from the reference genome.

ADD REPLY
0
Entering edit mode

BED is for co-ordinates of your gene of interest. Use UCSC genome browser and beware the index differences in tools (Check out this post for more details)

ADD REPLY

Login before adding your answer.

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