Created
October 21, 2015 22:42
-
-
Save dfjenkins3/f0b6305fe2133a6c7de5 to your computer and use it in GitHub Desktop.
Installing and Running Reference ComBat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#install reference batch from github | |
library(devtools) | |
install_github("wevanjohnson/sva-devel", ref="reference_batch") | |
library(sva) | |
#example ComBat call with reference batch | |
combat<-ComBat(dat=indata, batch=c(rep(1,100),rep(2,100)), mod=NULL, ref.batch=2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment