Description Usage Arguments Value Examples
Given an object of class cAnalysis
or molecularcAnalysis
obtained from a comorbidity analysis,
a network is obtained.
1 2 3 4 |
input |
A |
databasePth |
Determines the path where the intermediate RData objects have been created. It is the same path where the three required input files (patientData, diagnosisData, admissionData) are located. |
layout |
By default |
selectValue |
By default |
title |
Determines the title of the network figure. By default
|
cutOff |
By default |
npairs |
by default |
prop |
Determines the node size proportionality. By default it is set to
|
interactive |
Determines if the output network is interactive or not.
By default the |
diseaseColor |
Determines the node color for the disorder of interest.
By default it is set to |
comorColor |
Determines the node color for the comorbid disorders.
By default it is set to |
verbose |
By default |
warnings |
By default |
A network
1 2 3 4 5 6 7 8 9 | load(system.file("extdata", "comorMale.RData", package="comoRbidity"))
comorbidityNetwork <- network(
input = comorMale,
databasePth = system.file("extdata", package="comoRbidity"),
selectValue = "score",
cutOff = 1.5,
npairs = 2,
title = "Example comorbidity network"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.