bump x.y.z version to odd y following creation of RELEASE_3_23 branch
Harman, the removal of batch effects from datasets using a PCA and constrained optimisation based technique.
To use this data:
install.packages("HarmanData") library("HarmanData") library("Harman") data(OLF) expt <- olf.info$Treatment batch <- olf.info$Batch olf.harman <- harman(olf.data, expt, batch) olf.data.corrected <- reconstructData(olf.harman)
Harman 包配套的示例或演示数据集,用于批次效应校正方法展示。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Data for Harman
Harman, the removal of batch effects from datasets using a PCA and constrained optimisation based technique.
To use this data: