reading_mim2gene {nanotatoR}R Documentation

Reading and parsing OMIM database.

Description

Reading and parsing OMIM database.

Usage

reading_mim2gene(omim)

Arguments

omim

character omim database location.

Value

Dataframe returned containing Omim ID and gene IDs.

Examples

omim = system.file("extdata", "mim2gene.txt", package="nanotatoR")
a <- reading_mim2gene(omim  = omim)

[Package nanotatoR version 1.10.0 Index]