R/writeSamples.R

writeSamples <-
function(x, batchID, fileName)
{
	sampleInfo = cbind(rownames(x),batchID)
        colnames(sampleInfo) = c("Array.name", "Batch")
        write.table (sampleInfo, fileName, sep = "\t", quote = FALSE, row.names = FALSE)

}

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.