R/dashboardFile.R

Defines functions dashboardFile

dashboardFile <- function(exDat, filenameRoot){
    
    ## Assign local variables
    sampleInfo <- exDat$sampleInfo
    
    ## Create filename for results files
    filenameUse <- paste(filenameRoot,sampleInfo$sample1Name,
                        sampleInfo$sample2Name,sep=".")  
    
    cat(paste("Filename root is:", filenameUse, "\n"))
    
    exDat$sampleInfo$filenameRoot <- filenameUse
    
    return(exDat)
}

Try the erccdashboard package in your browser

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

erccdashboard documentation built on Nov. 8, 2020, 5:50 p.m.