Description Usage Arguments Value Examples
Given a file with diseases, a comorbidity analysis is perform according to
the genes shared between the diseases. The comorbidity analysis can be performed
at cui level or in a higher category specified in the input file. It
generates a molecularComorbidity
object.
1 2 |
filePth |
The file name and with the complete path where the file with disorders of interest is located |
unify |
By default it is set to |
database |
Name of the database that will be queried. It can take the values |
score |
A vector with two elements: 1) minimum score; 2) the maximum score.
By default it is set to |
verbose |
By default |
warnings |
By default |
An object of class molecularComorbidity
1 2 3 4 5 | ex1 <- querymolecular(
filePth = system.file("extdata", "cuiDiseaseList.txt", package="comoRbidity"),
unify = TRUE,
verbose = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.