You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It goes more or less like this:
design = model.matrix( ~ 0 + group, data=DGElist$samples) #design
DGElist = estimateCommonDisp(DGElist, verbose=TRUE) #statistics function 1
DGElist = estimateTagwiseDisp(DGElist) #statistics function 2
v <- voom(d.cpm.x, design, plot=TRUE) #statistics function 3
From early commit of README.md:
Source: https://github.com/r-bioinformatics/edgePy/tree/72ca7f243fcff33f23118c30529de3bbded67c01
The text was updated successfully, but these errors were encountered: