a beginner question in RNA-seq workflow - what is the next step?
1
0
Entering edit mode
7.1 years ago
galkimhi123 ▴ 10

Hi there! I have no formal training in bioinformatics, other than a course that i'm now taking, and I wanted to get some practice done. i'm a true beginner in RNA-seq, but a friend of mine who's working in the lab gave me his data from and RNA-seq experiment that he's working on. they are trying to find whether a certain transcription factor is responsible for certain cellular changes regarding leukemia, and the data was received from 6 different cells that had different mutations in the gene coding for that transcription factor.

now here's what i don't understand - i now have the gene counts after normalization in an excel file. what is the next step? how do we actually get a meaningful result from this data?

I understand - that must sound like a really stupid question but i'm just trying to learn... thanks...

RNA-Seq leukemia • 1.5k views
ADD COMMENT
1
Entering edit mode

I think this protocol is one of the most useful for begginers (like me). Differential gene and transcript expression analysis of RNA-seq experiments with TopHat and Cufflinks

ADD REPLY
0
Entering edit mode

At this stage in the game if you are going to recommend a protocol then let it be HISAT/StringTie one. TopHat is deprecated and even the developers of TopHat steer people away from that suite.

ADD REPLY
0
Entering edit mode

The protocol, not the software. That paper describes what are you doing and why, something that most bioinformatic`s papers doesn´t have. If the software was a joke I don´t know.

ADD REPLY
2
Entering edit mode

Glad you clarified that point.

Figure 1 in the HISAT paper provides an orientation to the RNAseq data analysis protocol as well.

TopHat was the first (and for a while) the only "suite" capable of doing end-to-end analysis of RNAseq data. One could still use it but there are much better options available at this time.

ADD REPLY
0
Entering edit mode

Once again thanks genomax2 I didn`t know that paper, and looks pretty good.

ADD REPLY
0
Entering edit mode

thanks! i will try that

ADD REPLY
0
Entering edit mode

Please use ADD COMMENT/ADD REPLY when responding to existing posts to keep the threads logically organized.

ADD REPLY
0
Entering edit mode

Thanks again for all the help! again - a question - is there a "standart" for RNA-seq analysis software? i mean, there are SO MANY software suites out there and it seems like it's really hard to keep up with the pace that new software are emerging.... i would guess that 20 different people would suggest 20 different suites... I am going to try and learn how to use HISAT (actaully HISAT2 is newer as i understand...) but by the time that i will be done there will probably be a newer software out there.... suggestions??

ADD REPLY
0
Entering edit mode

Outside of a commercial software package HISAT2/StringTie/Ballgown is about as close to a "suite" you are going to get for RNAseq data analysis. As long as your aligner is splice-aware (if that is a consideration in your organism) then you can use any (STAR/BBMap/bwa/bowtie2 are all great choices). featureCounts (and HTSeq-count) is the way to go for counting. Finally DESeq2/edgeR for the DE analysis.

ADD REPLY
0
Entering edit mode
7.1 years ago
mastal511 ★ 2.1k

Use something like the Bioconductor package DESeq2 to find differential expression between mutant cell lines and wild type. If you have a look at the Bioconductor website you will find workflows for RNA-Seq analysis.

ADD COMMENT

Login before adding your answer.

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