LncPriCNet (version 1.0)

getDiseaseInf: Get All Disease Information based on phenotype id (OMIM Id) Provided by LncPriCNet Package

Description

Get all disease information provided by LncPriCNet package by OMIMID. This function will provide you known disease genes and lncRNAs corresponding phenotype.

Usage

getDiseaseInf(OMIMID)

Arguments

OMIMID
A character. OMIM ID of one disease or phenotype.

Value

A list.

See Also

DiseaseInfList

Examples

Run this code
## Not run: 
# #############    Get disease information   ################
# ##breast cancer 
# diseaseInf<-getDiseaseInf("114480")
# diseaseInf
# ## 
# data(DiseaseInfList)
# head(DiseaseInfList)
# 
# 
# ## End(Not run)

Run the code above in your browser using DataLab