Description Usage Arguments Details Author(s) See Also Examples
Get variables in current environment.
1 | GetK2riData(K2riData)
|
K2riData |
A character string. It must be one of them, including "expMir2Tar", "miRNA2Org", "BGMiRNA", "BGGene", "gene2symbol", "gene2path", "MetabolicGEGEUEMGraph" and "MetabolicGEGEEMGraph". |
The parameter K2riData is "expMir2Tar", which represents to obtain all miRNA-target interactions verified by experiments.
The parameter K2riData is "miRNA2Org", which represents to obtain miRNA-organism data.
The parameter K2riData is "BGMiRNA", which represents to obtain miRNA background data.
The parameter K2riData is "BGGene", which represents to obtain gene backgound data.
The parameter K2riData is "gene2symbol", which represents to obtain gene-symbol data.
The parameter K2riData is "gene2path", which represents to obtain gene-pathway data.
The parameter K2riData is "MetabolicGEGEUEMGraph", which represents to obtain undirect KEGG metabolic pathway graphs with genes as nodes.
The parameter K2riData is "MetabolicGEGEEMGraph", which represents to obtain direct KEGG metabolic pathway graphs with genes as nodes.
Li Feng, Chunquan Li and Xia Li
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
# obtain all miRNA-target interactions #
expMir2Tar <- GetK2riData(K2riData="expMir2Tar")
expMir2Tar[1:6,]
# obtain miRNA background #
BGMiRNA <- GetK2riData(K2riData="BGMiRNA")
BGMiRNA[1:10]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.