plotDiagnosticPlots_TFPeaks | R Documentation |
GRN
objectDue to the number of plots that this functions produces, we currently provide only the option to plot as PDF. This may change in the future.
plotDiagnosticPlots_TFPeaks( GRN, outputFolder = NULL, basenameOutput = NULL, plotDetails = FALSE, dataType = c("real", "permuted"), nTFMax = NULL, plotAsPDF = TRUE, pdf_width = 12, pdf_height_base = 8, pages = NULL, forceRerun = FALSE )
GRN |
Object of class |
outputFolder |
Character or |
basenameOutput |
|
plotDetails |
|
dataType |
Character vector. One of, or both of, |
nTFMax |
|
plotAsPDF |
|
pdf_width |
Number. Default 12. Width of the PDF, in cm. |
pdf_height_base |
Number. Default 8. Base height of the PDF, in cm, per connection type. The total height is automatically determined based on the number of connection types that are found in the object (e.g., expression or TF activity). For example, when two connection types are found, the base height is multiplied by 2. |
pages |
Integer vector or |
forceRerun |
|
The same GRN
object, with added data from this function.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = plotDiagnosticPlots_TFPeaks(GRN, outputFolder = ".", dataType = "real", nTFMax = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.