write.report: Write microarray report

Description Usage Arguments Details Value Examples

Description

Generate the final microarray report.

Usage

1
write.report(config, eset, results)

Arguments

config

Character string consisting of the path to the configuration file generated using the write.yaml.config function or parsed configuration list associated with a microarray experiment.

eset

Expression set object describing microarray experiment at the level of probes.

results

A summary of all the data in the expression set for each group comparison generated using the ma.summarize function.

Details

Generates the microarray report summarizing the information in the experiment. The information in the report depends on the config and the packages available.

Value

A character string consisting of the path to the microarray report.

Examples

1
2
3
4
5
6
7
8
if(require(madeData))
{
  dataPath <- system.file("extdata", package = "madeData")
  config <- file.path(dataPath, "config.yaml")
  eset <- readRDS(file.path(dataPath, "eset.rds"))
  results <- readRDS(file.path(dataPath, "results.rds"))
  write.report(config, eset, results)
}

fboulnois/made documentation built on May 16, 2019, 12:01 p.m.