Extracting a special chromosome in fastq file
0
0
Entering edit mode
5.2 years ago
Sakhaa • 0

Hello,

I'm a beginner in bioinformatic filed and I want to extract chr.22 from the fastq file. I don't know which tool should I use. Could anyone help me in that?

Thank you

alignment sequencing genome sequence gene • 3.0k views
ADD COMMENT
2
Entering edit mode

Hello and welcome to biostars Sakhaa ,

fastq files doesn't contain any information about the origin of the reads. You first have to align those reads to the genome resulting in a bam file. From there you can extract anything specific for a chromosome.

fin swimmer

ADD REPLY
2
Entering edit mode

Fastq file contains reads from all the complete genome (at least you sequenced chr22), therefore, you have to align reads against the genome to clasify them by its corresponding genome location, then you can extract reads of your interest. 1.- Read about bowtie2 to align your sequences. 2.- Read about sam/bam files samtools (result of bowtie2 aligner) and how to extract data from specific location.

ADD REPLY
1
Entering edit mode

Is it a fasta or fastq? head your.file please. If fasta:

>name of sequence
sequence
>name of next sequence
next sequence

then use samtools faidx. Details via google and the search function. Asked many times before, e .g. Filtering Fasta Sequences By Chromosomes Names From A Big Fasta File

ADD REPLY

Login before adding your answer.

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