This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Include plasmid sequences in RNA-seq differential expression analysis for bacteria?

Hi everyone,

I’m performing differential expression analysis on bacterial RNA-seq data. My organism has one main chromosome and 2 plasmids.

Should I include the plasmid sequences in the analysis? My current plan is to:

  1. Build a combined reference genome (chromosome + plasmids) for read mapping,
  1. Run featureCounts using a merged GFF3 annotation file that includes all replicons, and
  1. Perform the differential expression analysis (e.g. with DESeq2) on the combined count matrix.

Does this workflow make sense? Or would it be better to analyze plasmid-encoded genes separately from chromosomal ones?

Thanks for any suggestions or best-practice advice!

rna-seq rnaseq bacteria de plasmid

Should I include the plasmid sequences in the analysis?

If you are interested in expression of genes from these plasmids then yes.

1 answer

Do everything together; align, count, analyze. How would you normalize a handful of plasmid genes anyway?

Log in to answer this question.