Hi,
I would like to find differential binding between tissue ct1 condition 1 and tissue ct1 condition 2. How might I set this up in the contrast statement? Thank you!
My sample sheet looks something like this:
ID Tissue Condition Replicate
1 ct1 1 1 counts
2 ct1 1 2 counts
3 ct1 2 1 counts
4 ct1 2 2 counts
5 ct1 3 1 counts
6 ct1 3 2 counts
7 ct2 1 1 counts
8 ct2 1 2 counts
9 ct2 2 1 counts
10 ct2 2 2 counts
11 ct2 3 1 counts
12 ct2 3 2 counts
Hi Rory, I have a related comment for this thread.
So basically I am doing DBdata <-dba.contrast(DBdata, categories=DBACONDITION, block= c(DBATREATMENT,DBAFACTOR),minMembers = 2) or DBdata <-dba.contrast(DBdata, categories=c(DBACONDITION,DBATREATMENT,DBAFACTOR), minMembers = 2)
And according to your post, it says the contrast will create a quite a few contrast that I might not need. How are the results presented and how can I choose the right report, results from the exact contrast I need?
Thanks in advance!
Best, Jay
----- I went into other posts and found the dba.show getting the contrast numbers. Thanks.