getDiseaseInf: Get All Disease Information based on phenotype id (OMIM Id)...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/getDiseaseInf.R

Description

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

Usage

1
     getDiseaseInf(OMIMID)

Arguments

OMIMID

A character. OMIM ID of one disease or phenotype.

Value

A list.

Author(s)

Qianlan Yao <yaoqianlan@yahoo.com>

See Also

DiseaseInfList

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Not run: 
#############    Get disease information   ################
##breast cancer 
diseaseInf<-getDiseaseInf("114480")
diseaseInf
## 
data(DiseaseInfList)
head(DiseaseInfList)



## End(Not run)

LncPriCNet documentation built on May 29, 2017, 3:46 p.m.