reportDiffAbundanceFET | R Documentation |
A function to generate .html Rmarkdown report containing the visualizations of the diffAbundanceFET function output
reportDiffAbundanceFET(
inSCE,
cluster,
variable,
control,
case,
analysisName,
output_dir = ".",
output_file = "DifferentialAbundanceFET_Report",
pdf = FALSE,
showSession = TRUE
)
inSCE |
A |
cluster |
A single |
variable |
A single |
control |
|
case |
|
analysisName |
A single |
output_dir |
name of the output directory to save the rendered file. If
|
output_file |
name of the generated file. If |
pdf |
A |
showSession |
A |
An HTML file of the report will be generated at the path specified in the arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.