Hello
I have a count file which has multiple columns, (one column for one sample). As I found, In DESeq2 we should insert count files separately.
Is it possible to insert one file with multiple columns? like below:
Gene Sample1 Sample2
g1 22 0
g2 5 60
....
Thanks