View source: R/writeReport.edgeR.r
writeReport.edgeR | R Documentation |
Write HTML report from graphs and tables created during the analysis with edgeR
writeReport.edgeR( target, counts, out.edgeR, summaryResults, majSequences, workDir, projectName, author, targetFile, rawDir, featuresToRemove, varInt, condRef, batch, alpha, pAdjustMethod, cpmCutoff, colors, gene.selection, normalizationMethod )
target |
target |
counts |
|
out.edgeR |
the result of |
summaryResults |
the result of |
majSequences |
the result of |
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: |
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 |
normalizationMethod |
normalization method: |
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.
Hugo Varet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.