Hi all,
Last week I was trying to get trhough Nature Protocol: Transcript-level expression analysis of RNA-seq experiments with HISAT, StringTie and Ballgown. https://www.ncbi.nlm.nih.gov/pubmed/27560171 . I downloaded the required softwares and tried to follow it with the data from the protocol. However when I got to the Ballgown part in R software I noticed that any gene was differentially expressed. The highets " q value" that I got when I sorted them it was 0.5 or 0.6. I didnt get any "q value" less than 0.05 . Looked up the steps before (hisat and stringtie) and it is ok... Did someone have already tried this protocol with data provided by Nature and got the same results ???
Thank you
Did you use your own data, or a public dataset?
I used the same data as stated in that nature protocol ( data od chromosome X of Homo sapiens) available in ftp://ftp.ccb.jhu.edu/pub/RNA_Seq_protocol/chrX_data.tar.gz
Ballgown requires 4 biological replicates (mentioned in the protocol). How many did you try? When I tried with 3, I got into same issues. For less than 4 replicates, they recommend other methods.
There are only 3 biological replicates on that protocol. Did get to the end of it with the same results reported ?? ( with only 9 transcripts differentially espressed ?)
You are right. There are only 3 replicates. However, here is what they say for n < 4.
For less than 4 replicates they recommend regularization using limma. Did you try that?
I didn't tried. I should try ! Thanks for the tip