Hi Everyone,
I have my raw data as two paired end reads file (one for left and one for right reads) plus a file where I have only single end reads. I am wondering if it is possible to align all this data to the reference genome?
Thanks.
Hi Everyone,
I have my raw data as two paired end reads file (one for left and one for right reads) plus a file where I have only single end reads. I am wondering if it is possible to align all this data to the reference genome?
Thanks.
Is this genomic? Is BWA ok? You could transform the data into BAM and use this: https://github.com/udo-stenzel/network-aware-bwa
It's a custom version of BWA that eats BAM (paired and single reads) and spits out BAM.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Yes, it is possible. Which kind of data do you have? RNASeq or DNA?
Whether this is possible in a single command is completely dependent on the aligner you're using.
I have DNA seq data and I want to use bwa.
I was thinking of doing the same thing but won't we be duplicating reads, as we will be counting the same read twice - once from paired end fastq and once from the single read fastq???