makeConf {ChIPComp} | R Documentation |
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.
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>
confs=makeConf(system.file("extdata", "conf.csv", package="ChIPComp")) conf=confs$conf design=confs$design