You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have RNASeq data for 4 tissue types A,B,C,D. I wish to perform a pairwise comparison of these samples (A-B, B-C, C-D, B-D, A-D) and therefore used the following code:
Also, in results, I get LFC values of merely A-B, A-C, A-D in results. Is there a way to set constrasts like in DESeq2.
However, I get a weird Dispersion plot. What could be the possible reason?
When I run two samples at a time like (B-D) or say (A-B) the exons and junctions follows the trend line:
The text was updated successfully, but these errors were encountered:
Well!
I also observed one weird thing. On comparing all samples together (A, B, C, D), I get a comparison (AvsB, AvsC, AvsD), and a single "genewiseResults.txt.gz" containing 213 Differentially Used Features (exons+junctions) at FDR of 0.01. However, when I run the Junctionseq to achieve, all vs all comparison using a FOR loop as shown below, I don't get any significant results at FDR of 0.05 or 0.01. Why such a discrepancy?
My samples_dxd looks like (.csv file)
Arep1,A
Arep2,A
Arep3,A
Brep1,B
Brep2,B
Brep3,B
Crep1,C
Crep2,C
Crep3,C
Drep1,D
Drep2,D
Drep3,D
and my jseq_group looks like (.csv file)
pair,group1,group2
A_B,A,B
A_C,A,B
C_B,C,B
C_D,C,D
B_D,B,D
Hi @hartleys
I have RNASeq data for 4 tissue types A,B,C,D. I wish to perform a pairwise comparison of these samples (A-B, B-C, C-D, B-D, A-D) and therefore used the following code:
Also, in results, I get LFC values of merely A-B, A-C, A-D in results. Is there a way to set constrasts like in DESeq2.
However, I get a weird Dispersion plot. What could be the possible reason?
When I run two samples at a time like (B-D) or say (A-B) the exons and junctions follows the trend line:
The text was updated successfully, but these errors were encountered: