plot_stats_connectionSummary | R Documentation |
GRN
objectPlot various network connectivity summaries for a GRN
object
plot_stats_connectionSummary( GRN, type = "heatmap", outputFolder = NULL, basenameOutput = NULL, plotAsPDF = TRUE, pdf_width = 12, pdf_height = 12, pages = NULL, forceRerun = FALSE )
GRN |
Object of class |
type |
Character. Either |
outputFolder |
Character or |
basenameOutput |
|
plotAsPDF |
|
pdf_width |
Number. Default 12. Width of the PDF, in cm. |
pdf_height |
Number. Default 12. Height of the PDF, in cm. |
pages |
Integer vector or |
forceRerun |
|
The same GRN
object, without modifications. In addition, for the specified type
, a PDF file (default filename is GRN.connectionSummary_{type}.pdf
) is produced with a connection summary.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = plot_stats_connectionSummary(GRN, forceRerun = FALSE, plotAsPDF = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.