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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.