Description Usage Arguments Value Examples
View source: R/summaryDiseases.R
Given an object of class molecularComorbidity
, a graphical summary of
the main characteristic of the disorders is obtained.
1 2 3 4 | summaryDiseases(input, database = "CURATED", type = "dis_barplot",
assocGeneColor = "#E69F00", assocDiseaseColor = "#136593",
dsiColor = "red", dpiColor = "black", interactive = FALSE,
verbose = FALSE, warnings = TRUE)
|
input |
Object of |
database |
The default value is set to |
type |
Determines if the analysis is performed for genes or diseases. By
default the argument value is set to |
assocGeneColor |
Determines the bar color that represents the number of associated genes. By default it is set to "#E69F00". |
assocDiseaseColor |
Determines the bar color that represents the number of associated diseases. By default it is set to "#136593". |
dsiColor |
Determines the dot color that represents the Disease Specificity Index (DSI). By default it is set to "red". |
dpiColor |
Determines the dot color that represents the Disease Pleiotropy Index (DPI). By default it is set to "black". |
interactive |
Determines if the output barplot is interactive or not.
By default the |
verbose |
By default |
warnings |
By default |
A barplot characterizing the genes or the disease in terms of gene-disease association.
1 2 3 4 5 | load(system.file("extdata", "mc.RData", package="comoRbidity"))
summaryDiseases( input = mc,
type = "dis_barplot",
database = "CURATED"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.