R/readExpData.R

Defines functions readExpData

Documented in readExpData

readExpData <- function(file = "arrayData.txt", ...) read.delim(file, 
    header = T, sep = "\t", ...)
 

Try the gage package in your browser

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

gage documentation built on Dec. 13, 2020, 2:01 a.m.