Description Usage Value Source References Examples
Names of the KEGG signaling pathways in human obtained with the ROntoTools package. The original KEGG pathways were published by Kanehisa Laboratories, release 73.0+/01-03, Jan 2015.
1 | data("names_pathways")
|
A list of KEGG signaling pathways' names.
Obtained using the ROntoTools package Version 1.2.0 with KEGG database release 73.0+/01-03, Jan 2015. A script that constructs the names_pathways object may be found in 'inst/scripts/get_names_pathways.R', see the example.
M. Kanehisa and S. Goto, KEGG: Kyoto Encyclopedia of Genes and Genomes, Nucleic Acids Research, vol. 28, pp. 27-30, January 2000.
C. Voichita, M. Donato, and S. Draghici, Incorporating gene significance in the impact analysis of signaling pathways, in 2012 11th International Conference on Machine Learning and Applications (ICMLA), vol. 1, pp. 126-131, Dec. 2012.
1 2 3 4 5 6 7 | data(names_pathways)
head(names_pathways)
script <- system.file("scripts", "get_names_pathways.R",
package = "mirIntegrator")
script
readLines(script)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.