bump x.y.z version to odd y following creation of RELEASE_3_19 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)
提供用于生物信息学分析的实验数据集
Data for Harman
Harman, the removal of batch effects from datasets using a PCA and constrained optimisation based technique.
To use this data: