options(knitr.table.format = "html") options(scipen=10) knitr::opts_chunk$set(echo = TRUE, fig.path = file.path(results$savePath, 'report-figures//')) title <- "scCorrNet" if(!is.null(results$sampleName)){ title <- paste0(results$sampleName, " - ", title) } if(!is.null(results$authorName)){ userName <- results$authorName }else{ userName <- Sys.getenv("USERNAME") } reportMark <- Sys.time() if(userName != ""){ reportMark <- paste0(userName, " , ", reportMark) } h.i <- 1 h.ii <- 1
r title
r reportMark
r h.i
Read dataEnrichment results.
results$EnrichPlots$go.dot
(Hi-res image: view)
results$EnrichPlots$go.bar
(Hi-res image: view)
results$EnrichPlots$kegg.dot
(Hi-res image: view)
results$genePair$hist_pvalue
(Hi-res image: view)
results$genePair$hist_disvalue
(Hi-res image: view)
results$CorrScorePlot
(Hi-res image: view)
h.i <- h.i + 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.