run_report | R Documentation |
This will generate a standard report on the DESeq2 data object you
provide it. It will store data objects in the data
directory, so
that will need to be created, as will the results folder.
run_report( dds, spec_file, results = "results", output_file = "analyse.html", title = "RNASeq Analysis", author = Sys.info["user"] )
dds |
The DESeqDataSet object that you want to run the report
on. It needs the basic set of |
spec_file |
The Analaysis Plan |
results |
Directory in which to store excel results |
output_file |
The name of the html report. |
title |
HTML Title of the document |
autor |
The name of the author to appear on the report |
Gavin Kelly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.