Entering edit mode
5 days ago
MaxMin
▴
10
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:
- Build a combined reference genome (chromosome + plasmids) for read mapping,
- Run featureCounts using a merged GFF3 annotation file that includes all replicons, and
- 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!
If you are interested in expression of genes from these plasmids then yes.