To analyze RNA-seq count data, there are several ways/methods for each steps like
Transforming/scaling of the count data,
QC by clustering the samples using PCA, hierarchical clustering or multidimensional scaling
Most importantly identification of differentially expressed.
For each of these steps, there are different packages or tools whose input and output formats are very different. Therefore it is very difficult to use all these features from different packages in a study.
The broadSeq package simplifies the process of including many Bioconductor packages for RNA-seq data and evaluating their performance.