reportDiffExp | R Documentation |
A function to generate .html Rmarkdown report containing the
visualizations of the runDEAnalysis
function output
reportDiffExp(
inSCE,
study,
useReducedDim,
featureDisplay = NULL,
output_file = NULL,
output_dir = NULL
)
inSCE |
A |
study |
The specific analysis to visualize, used as |
useReducedDim |
Specify an embedding for visualizing the relation ship between the conditions. |
featureDisplay |
The feature ID type to use for displaying. Should
exists as a variable name of |
output_file |
name of the generated file. If |
output_dir |
name of the output directory to save the rendered file. If
|
Saves the HTML report in the specified output directory.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.