Hi Devon,
I am not exactly sure how to proceed. I have ran salmon for the 30 samples I would like to analyze.
I will try to explain better what i am looking for. I have two conditions (treatment1 and treatment2; no control). I have two transcripts of Internest (TIT1a and TIT1b from gene TIT).
I would like to know if the expression changes of TIT1a.treatment1 vs. TIT1a.treatment2 is significantly higher/lower than the expression changes of the comparison TIT1b.treatment1 vs. TIT1b.treatment2.
the normal two-way comparison i have both on the gene-level (DESeq2, cuffdiff) as well as on the transcript level (kallisto, cuffdiff, salmon, dexseq). But these comparisons only gives me the differences for one transcript between the two conditions, not comparing the two transcript changes.
the data for my TITs looks like that
sample treatment TIT1 TIT2
1X treat1 2505.73 373.75
2X treat1 2687.13 324.901
3X treat2 2381.98 325.676
4X treat2 3026.95 533.415
...
by munging the data I will get
treat1.1X.TIT1|treat1.2X.TIT1|treat2.3X.TIT1|treat2.4X.TIT1|treat1.1X.TIT2|treat1.2X.TIT2|treat2.3X.TIT2...
2505.73 2687.13 2381.98 3026.95 373.75 324.901 325.676...
I am not sure how to analyse this data, as I have only one row as a possible entry.
Is my way of thinking correct, or do I miss here something?
thanks,
Assa