This is a simple question but let's say that I got the following samples Condition1_rep1 Condition1_rep2 Condition1_rep3 Condition2_rep1 Condition2_rep2 Condition3_rep1 Condition3_rep2 Condition3_rep3 Condition3_rep4
Your code on the DataFrame function for creating a data frame (colData) needs (if I am not mistaken) data in same amounts of replicates (has that "each" condition). Can I create the coldata by colData<-read.table("file.csv"), where file.csv a table with mixed amount of replicates for a given partition, as seen in the DSeq2 example?
Best Theodoros