Description Usage Value Author(s) See Also Examples
View source: R/getTopDiseaseMetaboliteList.R
Get all disease names provided by PROFANCY package.
1 |
A character vector.
Qianlan Yao <yaoqianlan@yahoo.com> Desi Shang <sds_46@163.com> Chunquan Li <lcqbio@aliyun.com>
1 2 3 4 5 6 7 8 9 10 | ## Not run:
############# Get all disease Names provided ################
ProvidedDiseaseName<-getProvidedDiseaseName()
print(ProvidedDiseaseName[1:5])
write.table(ProvidedDiseaseName,"ProvidedDiseaseName.txt",quote=FALSE,row.names=FALSE,sep="\t")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.