R/compute.combat.R

compute.combat <-
function (fileGeno, fileSample)
{
	mat.adj  = ComBat(fileGeno, fileSample, write = FALSE, filter = FALSE, prior.plots= FALSE, skip = 1, par.prior = TRUE)
	gn.names = rownames(mat.adj)
	mat.adj = as.matrix(mat.adj[,2:ncol(mat.adj)])
	rownames(mat.adj) = gn.names

	return (mat.adj)
}

Try the survJamda package in your browser

Any scripts or data that you put into this service are public.

survJamda documentation built on May 1, 2019, 8:50 p.m.