Description Usage Arguments Value Examples
Given a file with gene and diseases, the dataframe2molecularcomorbidity
generates a molecularComorbidity object.
1 2  | dataframe2molecularcomorbidity(filePth, verbose = FALSE,
  warnings = TRUE)
 | 
filePth | 
 The file name and with the complete path where the file with the genes and disorders of interest is located  | 
verbose | 
 By default   | 
warnings | 
 By default   | 
An object of class molecularComorbidity
1 2 3 4  | ex1 <- dataframe2molecularcomorbidity(
              filePth = system.file("extdata", "genediseaseTable.txt", package="comoRbidity"),
              verbose  = FALSE
              )
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.