How To Use Bwa For Multiple Reads Together With Reference Genome:
HI,i have 50 ecoli whole genome sequence reads. Now i want to align whole the data with reference genome. Can any one suggest some idea how to do it using bwa??
bwa
• 5,576 views
•
link
updated
by
Devon Ryan
•
written
by
HG
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Bwa Mem -M Option
written by Varun Gupta<p>Hello</p> <p>I want to align my reads to the reference genome and then use GATK for downstream analysis. I am using <a href='http://bio-bwa.sourceforge.net/'>bwa</a> mem protocol.</p> …
-
Whole Genome Snp And Core Genome Snp
written by HG<p>Hi everyone although this question posted earlier but due to not satisfactory result i am posting again as i want to do same kind of …
-
How To Extract Common Cds Among Huge Data Set?
written by HG<p>Hi everyone, I have 50 Ecoli whole genome sequence data set. I already assemble all the genome. Next step i want to extract all the …
-
How To Extract Core Genome From Whole Genome Sequence Data?
written by HG<p>Hi everyone, I have 50 E.coli whole genome sequence data. I did denovo assembly with spades. As a result i have 50 contig file and …
-
Removing Phix Data From Ngs Data For Analysis
written by crivenster<p>I have a NGS data containing 95-98% of PHIX data,which i dont need. So after some reading, I used <a href='http://bio-bwa.sourceforge.net/'>BWA</a> to align the reads …
-
Bwa Mem: How To Specify The Fastq Phred Format?
written by Giovanni M Dall'Olio<p>Hello,</p> <p>I have a dataset of short reads in which some fastq files are in the Illumina 1.5 format, and others in the Illumina 1.8. …
-
Mapping Quality Issues With Bwa/Stampy Hybrid Alignment
written by oadaily •<p>Hi all,</p> <p>I am new to biostar so I want start by saying thank you all for sharing your expertise. </p> <p>I recently started testing …
-
Aligning Reads To Specific Chromosome Using Bwa
written by KS<p>Hello Everyone,</p> <p>I have whole genome illumina paired end reads and I want to align my reads to specific chromosome (chr 21) using <a href='http://bio-bwa.sourceforge.net/'>BWA</a>. …
-
Bwa Combined Reference Vs Sequential Alignment
written by Tomislav Ilicic •<p>Hi,</p> <p>I am currently developing a pipeline for novel viral detection and I am using <a href='http://bio-bwa.sourceforge.net/'>BWA</a> for filtering the mapped sequnces.</p> <p>I recognized during …
-
Number Of Reads In A Sam File Which Are Assigned To Each Chromosome?
written by KCC<p>Given a <a href='http://samtools.sourceforge.net/SAM1.pdf'>sam</a> file which was produced by using <a href='http://bio-bwa.sourceforge.net/'>bwa</a> to align a fastq of reads to a reference genome, how can I …
Please don't shout (all caps). Please read the bwa manual.
Sorry for caps ....but i already gone through bwa manual . I find i can upload single genome but if i would like to multiple genome together then how i will do ?
sorry, I don't get what you want to do, and what have you tried? what do you mean by 'upload single genome'? what do you mean by 'to multiple genome together'?
As Michael mentioned, your question, as posed, is ambiguous. Do you want to align reads against a genome, concatenate multiple genomes together and align reads against that, align multiple genomes to each other, or something completely different? The easiest thing would be to just tell us what your biological goal is and what you've done experimentally so far. Odds are good that we'll know better than you how to proceed given that information.
In case you have 50 different strains or genomes of Ecoli and you wish to align your reads against them, then you need to do it individually. I mean first align your reads against first genome. Then second and so on so forth.
Or it is possible to use tools like GSNAP which take into consideration of minor allele frequency while aligning. One of the colleague in my lab have tried to perform similar analysis. He first generated the gtf containing the difference between different strain of the same virus, then he aligned the reads using GSNAP. This allow him to use one single reference to align all our samples. The problem with this approach however is that it will require some more downstream processing to extract the strains information.