Description Usage Details Author(s) Examples
View source: R/getTopDiseaseMetaboliteList.R
initialize environment envData.
1 |
The environment variable envData save many information. We can use the function ls
to see the variable and use
ls(envData)
to see information in it, which include DiseaseInfList
, EHMNAddPathInfNetwork
, KEGGAddPathInfNetwork
, MetaboliteInf
, ProstateCandidates
, ProstateSeeds
etc. We can use the function get
to obtain one of them.
Qianlan Yao <yaoqianlan@yahoo.com> Desi Shang <sds_46@163.com> Chunquan Li <lcqbio@aliyun.com>
1 2 3 4 5 6 7 8 |
initializeData()
##see information in environment variable envData
ls(envData)
##obtain one variable in environment variable envData
KEGGAddPathInfNetwork<-get("KEGGAddPathInfNetwork",envir=envData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.