## If the data files are collected in a zip archive, the following
## commands will first extract them to the temporary directory.
geneExpFile <- system.file("extdata", "GeneExpExample1000.txt", package="DEGseq")
exp <- readGeneExp(file=geneExpFile, geneCol=1, valCol=c(7,9,12,15,18,8,10,11,13,16))
exp[30:35,]
Run the code above in your browser using DataLab