Description Usage Arguments Value Examples
Given an object of type molecularComorbidity
, a comorbidity analysis is perform,
taking into account the number of genes shared between the disorders.
It generates a molecularcAnalysis
object.
1 2 | comorbidityAnalysisMolecular(input, pValue = FALSE, nboot = 100,
ncores = 1, verbose = FALSE, warnings = TRUE)
|
input |
A |
pValue |
Determines if the p-value is estimated or not. By default it is
set to |
nboot |
Determines the number of random times that the Jaccard Index is
computed using random sets. By default it is set to |
ncores |
By default |
verbose |
By default |
warnings |
By default |
An object of class molecularcAnalysis
1 2 3 4 5 6 | load(system.file("extdata", "mc.RData", package="comoRbidity"))
ex1 <- comorbidityAnalysisMolecular(
input = mc,
pValue = FALSE,
verbose = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.