Should I use unpaired reads from trimmomatic
1
0
Entering edit mode
11 days ago
dxj294 • 0

I need some advice for the new task I have to process.

I am new to Bioinformatics and I have to perform QC of the bulk RNAseq data. I have successfully ran Fastqc and multiqc and after seeing the results, I had to trim certain lengths.

The output gave me _1 paired fastq files and _2 paired as well as unpaired fastq files.

Fastqc and Multiqc scores for teh paired files looks good, and I wanna align them to the mouse ref genome. I feel like I should only use the paired reads but I need a proper reason if its correct or why I am wrong here.

Thanks

RNA-seq QC Trimmomatic • 337 views
ADD COMMENT
0
Entering edit mode

Most aligners can't use paired and unpaired reads at the same time. So you may need to align the unpaired reads independently before merging alignments. BBMap the aligner can align unpaired and paired data at the same time.

How many unpaired reads do you have (as a % of total). It may be fine to simply skip the unpaired data, if the % is small.

ADD REPLY
0
Entering edit mode

I see, I have 186 paired and 93 unpaired. All the unpaired were from _2 fastq files.

As of now I have started aligning only 186 paired, but should i align unpaired separately after this task?

All the unpaired files are less than 1gb and all the paired reads are greater than 1.5gb, some going as much as 10gb each.

ADD REPLY
1
Entering edit mode

If the unpaired are _2, files, the _1 must exist somewhere. But the simple answer is probably going to be to just use all the _2 only. You won't get that much better counts by including the pairs where you have them, and then you save yourself the headache of dealing with batch effect from having some samples processed one way, and other processed another way. (Though I guess you might still have a batch between the sets for some separate reason)

ADD REPLY
1
Entering edit mode
9 days ago

If you have lots of data, both paired and unpaired, then the best strategy is probably to treat them separately and merge the counts at the end.

So align the paired and unpaired reads separately, count them separately then sum up the counts into a final count matrix for each sample.

Here it might matter what methods you use, but in general it would be better to treat the data separately to avoid miscounting later. For example, in paired data, we count read pairs, but in single-end reads, we count reads.

ADD COMMENT

Login before adding your answer.

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