I am still working on preparing the data for running DEXSeq. I have a question. Will DEXSeq work if there are more than two conditions, e.g. cond1,cond2,cond3.. Thanks!
Unconfigured Ad
Collapse
X
-
The original paper has both single-end and paired-end data:
Comment
-
-
DEXSeq multiple tissues
Originally posted by areyes View PostYes it will. If you run an analysis with all your conditions, it will show those exons in which at least in one condition is different from the other conditions.
Hello,
I have 37 RNA-seq datasets for 18 human tissues - some have 3 replicates, some 2 and some do not have any (sorry to say that).
I'm thinking of a way to do differential exon usage analysis - using DEXseq.
I could not see any example in the documentation where multiple conditions are compared (eg., tissues) other than pairwise comparisons. In edgeR, I was able to use the ANOVA-like test for getting differentially expressed genes (across an average of all 18 tissues). I was wondering if there is such a test I could do with DESeq/DEXseq.
Thanks,
Manoj.
Comment
-
-
Hello everybody,Originally posted by areyes View PostYes it will. If you run an analysis with all your conditions, it will show those exons in which at least in one condition is different from the other conditions.
I have RNA-Seq paired-ends data for 3 conditions: Control (4 biological replicates), Leukemic cells with mutation in gene X (6 biological replicates) and Leukemic cells without mutation in gene X (4 biological replicates).
One of the questions I try to answer is the differential exon usage induced by this mutation. I am using DEXSeq_1.8.0.
Basically, I need to compare exon level in leukemic cells with and without the mutation.
Since I have additional information with the control, I would like to output the genes that show a differential expression in at least one exon between both conditions leukemic cells with and without the mutation, with in addition the level for the controls.
To be clear, I don't want to see the genes that show a differential expression in at least one exon between conditions leukemic cells with or without the mutation and the control.
Is it possible with DEXSeq?
If not, I have 2 choices: either I "loose" the information from the control condition or I see all the changes including those that do not come from the mutation (that's what I did for now).
Thank you in advance,
Jane
Comment
-
-
Hi @Jane M,
You could try to change the GLM formulas to include all the variables of your analysis. First, I would recommend updating your R and DEXSeq version. if your design data frame looks like this:
you could try to include the formulas:Code:phenotype mutatedGene control no control no control no control no leukemia yes leukemia yes leukemia yes leukemia yes leukemia yes leukemia yes leukemia no leukemia no leukemia no leukemia no
And proceed as in the section "Additional technical or experimental variables" of the vignetteCode:formulaFullModel <- ~ sample + exon + phenotype:exon + mutatedGene:exon formulaReducedModel <- ~ sample + exon + phenotype:exon
Comment
-
-
Yes, good idea! I will try within next days. I did not think about my problem this way, thank you!Originally posted by areyes View Postyou could try to include the formulas:
Code:formulaFullModel <- ~ sample + exon + phenotype:exon + mutatedGene:exon formulaReducedModel <- ~ sample + exon + phenotype:exon
Comment
-
-
Thinking about it again, I am not sure what will be the output of the testing. To add the "phenotype" as a blocking factor we would also need samples with phenotype "control" and mutatedGene "yes". Of course this is not possible in this experiment! How do the "plotDEXSeq" plots look like?
Maybe would be good to try to use the "formulaFullModel" to estimate dispersions, and the testing doing ignoring the "phenotype" variable...
Let me know what comes out!
Comment
-
-
Hi Jose,
The default formula would test for differences in exon usage in any of the conditions.
If you are interested in the specific changes between H24-CTRL and between H48-CTRL it is better to subset the data accordingly and run the analysis separately.
Alejandro
Comment
-
-
Thanks Alejandro,
I thought something similar to to what Mike uses in DESeq2 could be used in DEXSeq but with exons behind is harder.
I'll subset the two and do it separately.
Jose
Originally posted by areyes View PostHi Jose,
The default formula would test for differences in exon usage in any of the conditions.
If you are interested in the specific changes between H24-CTRL and between H48-CTRL it is better to subset the data accordingly and run the analysis separately.
Alejandro
Comment
-
Latest Articles
Collapse
-
by SEQadmin2
Data variability is still an issue in sequencing technologies despite the advances in reproducibility and accuracy of these platforms. But the problem does not originate in the sequencing itself, but in the previous steps, before the sample reaches the sequencer.
The first step is collection, followed by preservation and sample preparation for analysis. Most scientists overlook those steps, but not being careful might just be skewing the experiment’s results.
...-
Channel: Articles
06-02-2026, 10:05 AM -
-
by SEQadmin2
With the launch of new single-cell sequencing platforms in 2026, the field stands at an exciting inflection point. This article surveys the most impactful advances in the field and discusses how they’re reshaping research in cancer, immunology, and beyond.
Introduction
Single-cell sequencing technologies have undergone remarkable advances over the past decade, transitioning from low-throughput experimental approaches to highly scalable platforms capable of...-
Channel: Articles
05-22-2026, 06:42 AM -
-
by SEQadmin2
Studying ecosystems means dealing with complex, multi-species communities that are hard to observe at scale. This complexity, however, hides many important questions to be answered, from how biogeochemical cycles work and how climate change can affect species distribution to how conservation strategies can work best.
Genomics, particularly since the expansion of NGS, has transformed ecosystem ecology. By sequencing environmental DNA, we can now assess biodiversity without direct...-
Channel: Articles
05-06-2026, 09:04 AM -
ad_right_rmr
Collapse
News
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Today, 08:59 AM
|
0 responses
8 views
0 reactions
|
Last Post
by SEQadmin2
Today, 08:59 AM
|
||
|
Started by SEQadmin2, 06-02-2026, 12:03 PM
|
0 responses
21 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 12:03 PM
|
||
|
Started by SEQadmin2, 06-02-2026, 11:40 AM
|
0 responses
15 views
0 reactions
|
Last Post
by SEQadmin2
06-02-2026, 11:40 AM
|
||
|
Started by SEQadmin2, 05-28-2026, 11:40 AM
|
0 responses
29 views
0 reactions
|
Last Post
by SEQadmin2
05-28-2026, 11:40 AM
|
Comment