Last data update: 2014.03.03

R: Initialize environment variable k2ri
initializeK2riR Documentation

Initialize environment variable k2ri

Description

Initialize environment variable k2ri.

Usage

initializeK2ri()

Details

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.

Author(s)

Li Feng, Chunquan Li and Xia Li

Examples

## 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)

Results