how to align paired and unpaired fastq files of a sample using STAR?

how to align paired and unpaired fastq files of a sample using STAR?

2

Hi all
I’m new to using STAR aligner. I have PE sequencing fastq files which have forward and reverse pairs and forward and reverse unpairs reads (4 files). In the manual of this tool, it seems they don’t consider unpairs reads of a sample.
Could anybody help me?


Paired-end


STAR


Alignment

• 126 views

Do you have 4 files as a result of read trimming? You could align the paired-end data as usual, and align it in paired-end mode. The other files you could treat as single end data, and align them accordingly. If you’re measuring gene expression, you’d simply have to combine counts from different files afterwards.

Align them separately, then merge the bams. If the unpaired files are only a fraction of the size of the paired ones, you might just omit them.


Login
before adding your answer.

Traffic: 1668 users visited in the last hour

Read more here: Source link