| performAllNetworkAnalyses | R Documentation |
A convenience function that calls all network-related functions in one-go, using selected default parameters and a set of adjustable ones also. For full adjustment, run the individual functions separately.
performAllNetworkAnalyses(
GRN,
ontology = c("GO_BP", "GO_MF"),
algorithm = "weight01",
statistic = "fisher",
background = "neighborhood",
clustering = "louvain",
communities = seq_len(10),
display = "byRank",
topnGenes = 20,
topnTFs = 20,
display_pAdj = FALSE,
outputFolder = NULL,
forceRerun = FALSE
)
GRN |
Object of class |
ontology |
Character vector of ontologies. Default |
algorithm |
Character. Default |
statistic |
Character. Default |
background |
Character. Default |
clustering |
Character. Default |
communities |
Numeric vector. Default |
display |
Character. Default |
topnGenes |
Integer. Default 20. Number of genes to plot, sorted by their rank or label. |
topnTFs |
Integer. Default 20. Number of TFs to plot, sorted by their rank or label. |
display_pAdj |
|
outputFolder |
Character 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 = performAllNetworkAnalyses(GRN, outputFolder = ".", forceRerun = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.