This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Help with the Nature Protocol

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

rna-seq

Did you use your own data, or a public dataset?

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.

Note that Ballgown’s statistical test is a standard linear model based comparison. For small sample sizes (n < 4 per group) it is often better to perform regularization. This can be done using the limma33 package in Bioconductor. Other regularized methods such as DESeq23 and edgeR20 can be applied to gene or exon counts, but are not appropriate for direct application to FPKM abundance estimates. The statistical test uses a cumulative upper quartile normalization34.

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

0 answers

No answers yet.

Log in to answer this question.