Skip to content

bioc/HarmanData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data for Harman

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)

About

This is a read-only mirror of the git repos at https://bioconductor.org

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages