Description Usage Arguments Value Author(s) Examples
Make a list with two elements. The first element is a data frame containing two group comparison study information. The second element is the design matrix.
1 | makeConf(sampleSheet)
|
sampleSheet |
A csv sheet represents ChIP experiments design.
It contains 6 columns, |
A list with two elements. The first element is a data frame containing two group comparison study information. The second element is the design matrix.
Hao Wu<hao.wu@emory.edu>, Li Chen <li.chen@emory.edu>
1 2 3 | confs=makeConf(system.file("extdata", "conf.csv", package="ChIPComp"))
conf=confs$conf
design=confs$design
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.