Description Usage Details Author(s) Examples
View source: R/initializeK2ri.R
Initialize environment variable k2ri.
1 |
We can use the initializeK2ri
to initialize the environment variable k2ri in current environment. The environment variable k2ri contains many informations. We can use the function ls
to see all variables and use ls(k2ri)
to see all informations in current environment, which include BGGene
, BGMiRNA
, expMir2Tar
, gene2path
, gene2symbol
, miRNA2Org
, MetabolicGEGEUEMGraph
, and MetabolicGEGEEMGraph
. We can use the function get
to obtain one of them.
Li Feng, Chunquan Li and Xia Li
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
# initialize environment k2ri.
initializeK2ri()
# see whether k2ri is exist in R or not.
ls()
# see all environment variable contained in k2ri.
ls(k2ri)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.