Method implemented in edgeR for paired design of RNA-Seq
data
edgeRpaired(x, y)
Arguments
x
Expression matrix
y
Design matrix (nrow(y) == ncol(x)). First column y[,1]
is the block and second column y[,2] is the element within the block
with values 0 (control) and 1 (case)