This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Gene count table from STRINGTIE/BALLGOWN for WGCNA

I am using Bowtie+Stringtie+Ballgown for differential expression analysis of certain microbial RNA-seq data. I also want to create a whole genome regulatory networks using WGCNA package. Is it possible to obtain NORMALIZED COUNT table from Stringtie/Ballgown to use in WGCNA? (I have previously used Cuffnorm outputs for WGCNA). My data has 10 samples each as control and non-control.

rna-seq stringtie ballgown wgcna

Hello devikaparvathy!

We believe that this post does not fit the main topic of this site.

The issue was resolved.

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

2 answers

There's a python script called prepDE.py in the Stringtie manual, which gives you raw count tables from your stringtie output. Maybe that´s what you need. Check the manual to see how to run it.

Manual: https://ccb.jhu.edu/software/stringtie/index.shtml?t=manual Script: https://ccb.jhu.edu/software/stringtie/dl/prepDE.py

really helpful. thanks very much.

really helpful. thanks very much.

If this answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.

Bowtie is not a splice aware aligner - You should be using a splice aware aligner such as HISAT2, or STAR, otherwise your results will be wrong. I'd strongly suggest you use featurecounts + DESeq2, or kallisto/Salmon + tximport + DESeq2 to get normalised counts.

Sorry i had somehow missed your comment, I was working on a prokaryotic dataset and hence used BowTie. I used cufflinks suit to obtaine the normalized gene count.

Log in to answer this question.