dataframe2molecularcomorbidity: From a file containing a table with gene and disease...

Description Usage Arguments Value Examples

Description

Given a file with gene and diseases, the dataframe2molecularcomorbidity generates a molecularComorbidity object.

Usage

1
2

Arguments

filePth

The file name and with the complete path where the file with the genes and disorders of interest is located

verbose

By default FALSE. Change it to TRUE to get a on-time log from the function.

warnings

By default TRUE. Change it to FALSE to don't see the warnings.

Value

An object of class molecularComorbidity

Examples

1
2
3
4
ex1 <- dataframe2molecularcomorbidity(
              filePth = system.file("extdata", "genediseaseTable.txt", package="comoRbidity"),
              verbose  = FALSE
              )

aGutierrezSacristan/comorbidity documentation built on April 10, 2020, 5:54 p.m.