Hi Brian,
I used tximport and then I went in to DESeq2 but I had to admit it I find DESeq2 easy to use but in order to obtain the output as organized as your Trinity scripts do... is not so easy... (at least for me, low level user of R...)
So my question is, how can I combine tximport output and Trinity scripts for DGE:
$TRINITY_HOME/Analysis/DifferentialExpression/run_DE_analysis.pl
$TRINITY_HOME/Analysis/DifferentialExpression/analyze_diff_expr.pl
For the first one I think I can just substitute
--matrix XYZ.counts.matrix for the matrix obtained when I ran tximport. However, in the second one the input matrix should be a
TMM.EXPR.matrix. Do I just follow the same kind of normalization over my first tximport report?
I'm quite insecure now about the next steps and I don't want to introduce an unexpected fountain of error.
Thank you,
Pablo GF