Hello, usually I load the condition table from a table in order to have a data frame with a column called condition that I put in the design formula:
dds = DESeqDataSetFromTximport(txi, cond, ~condition)
I do not create a factor of the column condition ad I usually use contrast in order to do choose the comparisons that I need.
Is it correct do in this way or it is mandatory to create a factor?
Thank you.
The condition table has this format:
condition
Sample1 A
Sample2 A
Sample3 B
Sample4 B
Sample5 C
Sample6 C