R/get.combined.file.R

get.combined.file <- function (ind, moduleNum, perJob, resultPath) 
{
    res <- list()
    mimx <- paste(min(ind), max(ind), sep="-")
    resfn <- indFileName(moduleNum=moduleNum, perJob=perJob, 
                         ind=mimx, typePhrase="bnet.combined.strength")$names
    res$combinedFile <- combinedPath(resultPath, resfn)
    return(res)
}

Try the Pigengene package in your browser

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

Pigengene documentation built on Nov. 8, 2020, 6:47 p.m.