I'm able to process RNA-Seq data using Rsubread to obtain feature counts after using the align function. I can also identify exon-exon junctions and fusions after aligning using the subjunc function. Is it acceptable (to save processing time) to apply featureCounts() to the subjunc BAM files? Will this produce different feature counts than I would get if I used the align function instead?