I have three replicates that I made a count table for, with 6 conditions each. I am wondering how I can tell DESeq to only compare data between two replicates as opposed to accounting for all three.
Naively I can just filter out the correct columns in the count table, but I am thinking there has to be a one-liner in DESeq that would do this for me.
Thanks.
Naively I can just filter out the correct columns in the count table, but I am thinking there has to be a one-liner in DESeq that would do this for me.
Thanks.
Comment