# Working in temporary directory
output <- sprintf("%s/GEP", tempdir())
logFile <- sprintf("%s.log", output)
# Direct analysis
generic.process(
input = system.file("extdata/fsa_GEP", package="FSAtools"),
design = system.file("extdata/design_GEP.conf", package="FSAtools"),
output = output
)
# Logged analysis (check logFile)
generic.log(
input = system.file("extdata/fsa_GEP", package="FSAtools"),
design = system.file("extdata/design_GEP.conf", package="FSAtools"),
output = output,
logFile = logFile
)
Run the code above in your browser using DataLab