Open Ananya1006 opened 1 year ago
@Ananya1006 There are two layers of problems/questions to think about.
The first layer is about coding and data integrity and I can see at least the following two issues:
a) Missing data: you said you had three conditions, each with two replicates. That means you are supposed to see six rows in your design matrix experiment
. And you should in turn see 12 rows in colData(dds)
. But that was not the case. It seemed to me you only had four rows in the design matrix experiment
.
b) Wrongly read values into R: somehow the "Condition" column of your colData(dds)
was not built correctly, with all NA
s as values. This surely failed any modeling attempt involving "Condition" as an independent variable. Please check whether the "Condition" column was read correctly in your design matrix experiment
in the first place.
The second layer is about statistics. Only two replicates per condition are too few to robustly fit a linear model IR. You can still try it, but I would strongly recommend using alternative statistical tests. IRFinder includes the Audic-Claverie test to handle such a situation. Maybe you want to start from there.
Feel free to let me know if you have further questions.
Hey! First of all thanks for the amazing work on IRFinder. I have used the tool and was able to successfully get the IRFinder output files. I want to do a differential intron expression analysis for my dataset, I have three conditions of mice - fed, fast and refed. For each condition I have two replicates. I have created the files as mentioned in the manual , but I am getting this error? could you possibly look into what might be wrong here?