direct RNA long-reads alignment against reference genome
1
0
Entering edit mode
19 hours ago

I am analysing Nanopore direct RNA-seq data and I am a bit confused. I have to align the RNA reads against a reference genome with minimap2 but direct RNA fastq files contain RNA reads and not cDNA. Can I align these reads against a reference genome directly? I guess it depends on library type, if reads are forward-stranded or reverse-stranded.

nanopore sequencing • 138 views
ADD COMMENT
1
Entering edit mode
18 hours ago
GenoMax 154k

Can I align these reads against a reference genome directly? I

Yes you can with the following pre-set as noted in minimap2 quick guide.

./minimap2 -ax splice -uf -k14 ref.fa reads.fa > aln.sam  # noisy Nanopore direct RNA-seq

More details here:https://github.com/lh3/minimap2?tab=readme-ov-file#map-long-splice

ADD COMMENT
0
Entering edit mode

Okay, thanks! I removed reads.fa and I used the index created with minimap2 in .mmi format. Is this correct?

ADD REPLY

Login before adding your answer.

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