Description Usage Arguments Value Author(s) See Also Examples
View source: R/getDiseaseInf.R
Get all disease information provided by LncPriCNet package by OMIMID. This function will provide you known disease genes and lncRNAs corresponding phenotype.
1 | getDiseaseInf(OMIMID)
|
OMIMID |
A character. OMIM ID of one disease or phenotype. |
A list.
Qianlan Yao <yaoqianlan@yahoo.com>
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.