MinION RNASeq data analysis
0
0
Entering edit mode
3.9 years ago
Kumar ▴ 170

Hi,

I need to align the MiNION sequencing reads against the viral genome (TTV- 3kb long) to figure out how many mRNAs are produced, transcription start/stop sites and regulatory elements in the viral genome.

Please suggest pipelines and software for that. Should I use Bowtie, GMAP mapper for this analysis.

Thank you!

RNA-Seq sequencing next-gen • 763 views
ADD COMMENT
2
Entering edit mode

Start with minimap2 to see what your data looks like. Then you may need to use GMAP indeed.

ADD REPLY
0
Entering edit mode

Sure! So minimap2 produce .bam output file. How to use this .bam for mRNAs prediction, transcription start/stop sites and regulatory elements?

ADD REPLY
0
Entering edit mode

What kind of prep are you sequencing? Are you directly sequencing RNA?

ADD REPLY
0
Entering edit mode

Yes! The direct RNA sequencing approach. Total RNA was isolated using the Nucleospin RNA Kit (Macherey-Nagel) according to the manufacturer’s guidance.

ADD REPLY
0
Entering edit mode

Don't know if you need to convert the U's to T's before aligning but minimap2 may be smart. Until you align you won't know what is happening with the data. Not everything is going to be full length so you will need to look for read pileups to have strong evidence that transctipts are real/prevalent. Since you are sequencing RNA no predictions should be needed.

ADD REPLY
0
Entering edit mode

Ok! Sounds good.

I think I should proceed .sam (output of minimap2 or graphmap) for GTAK since I am also looking to identify variants calling/snps and then IGV for visualization.

ADD REPLY
1
Entering edit mode

Tools designed for short read sequencing don't always work well for long reads. So search for variant calling tools for long reads and don't just use GATK

ADD REPLY
0
Entering edit mode

I got one longshot for variant calling for long reads analysis.

ADD REPLY
0
Entering edit mode

Do I need to do assemble to find transcription start/stop sites and regulatory elements. I am .sam files from generated from minimap2 and graphmap. Do I need to use IGV for visualization of .sam files generated from graphmap? Else any other pipeline to identify regulatory elements.

ADD REPLY
0
Entering edit mode

You always should visualize the data to get an idea of what it looks like. Direct RNA sequencing is so new that you are blazing a new path instead of following a standard one. Remember regulatory elements are not going to be directly present in this data. You are looking at the final product i.e. RNA of those elements.

ADD REPLY
0
Entering edit mode

Can you give some steps for this analysis. I am not sure how to proceed alignment file generated from minimap2 in order to get transcription start/stop sites etc..

ADD REPLY

Login before adding your answer.

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