writeReport.edgeR: Write HTML report for edgeR analyses

View source: R/writeReport.edgeR.r

writeReport.edgeRR Documentation

Write HTML report for edgeR analyses

Description

Write HTML report from graphs and tables created during the analysis with edgeR

Usage

writeReport.edgeR(
  target,
  counts,
  out.edgeR,
  summaryResults,
  majSequences,
  workDir,
  projectName,
  author,
  targetFile,
  rawDir,
  featuresToRemove,
  varInt,
  condRef,
  batch,
  alpha,
  pAdjustMethod,
  cpmCutoff,
  colors,
  gene.selection,
  normalizationMethod
)

Arguments

target

target data.frame of the project returned by loadTargetFile()

counts

matrix of counts returned by loadCountData()

out.edgeR

the result of run.edgeR()

summaryResults

the result of summarizeResults.DESeq2()

majSequences

the result of descriptionPlots()

workDir

path to the working directory

projectName

name of the project

author

name of the author of the analysis

targetFile

path to the target file

rawDir

path to the directory containing the counts files

featuresToRemove

vector of features to remove from the counts matrix

varInt

factor of interest (biological condition)

condRef

reference condition for the factor of interest

batch

variable to take as a batch effect

alpha

threshold of statistical significance

pAdjustMethod

p-value adjustment method: "BH" (default) or "BY"

cpmCutoff

counts-per-million cut-off to filter low counts

colors

vector of colors of each biological condition on the plots

gene.selection

selection of the features in MDSPlot() ("pairwise" by default)

normalizationMethod

normalization method: "TMM" (default), "RLE" (DESeq) or "upperquartile"

Details

This function generates the HTML report for a statistical analysis with edgeR. It uses the tables and graphs created during the workflow as well as the parameters defined at the beginning of the script.

Author(s)

Hugo Varet


PF2-pasteur-fr/SARTools documentation built on April 6, 2022, 2:24 a.m.