Description Usage Arguments Details Value Author(s) References Examples
View source: R/GetExampleData.R
Get the example data set.
1 | GetExampleData(dataset)
|
dataset |
A character string, must be one of "prostate" (default), "diabetes1" and "diabetes2". |
The example data are obtained from the environment variable MPINetData
.
A character vector of interesting metabolites, for each element is a pubchem CID
Yanjun Xu <tonghua605@163.com>, Chunquan Li <lcqbio@aliyun.com.cn> and Xia Li <lixia@hrbmu.edu.cn>
Sreekumar, A., Poisson, L.M., Rajendiran, T.M., Khan, A.P., Cao, Q., Yu, J., Laxman, B., Mehra, R., Lonigro, R.J., Li, Y. et al. (2009) Metabolomic profiles delineate potential role for sarcosine in prostate cancer progression. Nature, 457, 910-914.
Suhre, K., Meisinger, C., Doring, A., Altmaier, E., Belcredi, P., Gieger, C., Chang, D., Milburn, M.V., Gall, W.E., Weinberger, K.M. et al. (2010) Metabolic footprint of diabetes: a multiplatform metabolomics study in an epidemiological setting. PLoS ONE, 5, e13953.
1 2 3 4 5 6 7 8 | ## Not run:
#obtain the metastatic prosate cancer data set
Exampledata<-GetExampleData(dataset="prostate")
head(Exampledata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.