Description Usage Arguments Value Author(s) See Also Examples
Draws the BN using appropriate colors and font size.
1 2 3 4 |
BN |
An object of |
plotFile |
If not |
inputType |
The type of gene IDs in |
edgeColor |
The color of edges |
DiseaseCol |
The color of the border of the Disease node |
DiseaseFill |
The color of the area inside the Disease node |
DiseaseChildFill |
The color of the area inside the children of the Disease node |
nodeCol |
The color of the border of the usual nodes excluding Disease and its children |
nodeFill |
The color of the area inside the usual nodes |
moduleNamesFile |
An optional csv file including the information to rename the nodes name. See coderename.node. |
mainText |
The main text shown at the top of the plot |
nodeFontSize |
Adjusts the size of nodes |
verbose |
The integer level of verbosity. 0 means silent and higher values produce more details of computation. |
A list with following components:
call |
The call that created the results |
BN |
An echo of input |
renamedBN |
An object of |
gr |
The full output of |
Habil Zare
bnlearn-package
, Pigengene-package
,
learn.bn
, graph-class
1 | ## See lear.bn function.
|
Loading required package: graph
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘package:parallel’:
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from ‘package:stats’:
IQR, mad, sd, var, xtabs
The following objects are masked from ‘package:base’:
anyDuplicated, append, as.data.frame, basename, cbind, colnames,
dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which.max, which.min
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.