inst/script/importFunctions.R

importData <- function(xlsFile)
{
    geneCounts <- as.data.frame(readxl::read_xlsx(xlsFile))
    rownames(geneCounts) <- geneCounts[,1]
    geneCounts <- geneCounts[,c(2:7)]
    return(geneCounts)
}

Try the easyreporting package in your browser

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

easyreporting documentation built on Nov. 8, 2020, 8:01 p.m.