View source: R/writeReport.DESeq2.r
writeReport.DESeq2 | R Documentation |
Write HTML report from graphs and tables created during the analysis with DESeq2
writeReport.DESeq2( target, counts, out.DESeq2, summaryResults, majSequences, workDir, projectName, author, targetFile, rawDir, featuresToRemove, varInt, condRef, batch, fitType, cooksCutoff, independentFiltering, alpha, pAdjustMethod, typeTrans, locfunc, colors )
target |
target |
counts |
|
out.DESeq2 |
the result of |
summaryResults |
the result of |
majSequences |
the result of |
workDir |
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 |
fitType |
mean-variance relationship: |
cooksCutoff |
outliers detection threshold |
independentFiltering |
|
alpha |
threshold of statistical significance |
pAdjustMethod |
p-value adjustment method: |
typeTrans |
transformation for PCA/clustering: |
locfunc |
|
colors |
vector of colors of each biological condition on the plots |
This function generates the HTML report for a statistical analysis with DESeq2. 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.