R/GENE2KEGG.r

#' An example of KEGG annotation data for proteins
#'
#' This is only an example of KEGG pathway annotations for proteins.
#'
#' A list that maps KEGG pathway ID to genes. The names should be gene symbols and the elements should be KEGG pathways. The list have the following format:
#'
#'	$IGSF5
#'
#'	[1] "hsa04530" "hsa05120"
#'
#'	$OR2T8
#'
#'	[1] "hsa04740"
#'
#'	$hCG_1776980
#'
#'	[1] "hsa00020" "hsa00190" "hsa01100" "hsa05010" "hsa05012" "hsa05016"
#'
#'	......
#'
#'
#' @docType data
#' @keywords datasets
#' @name GENE2KEGG
#' @usage data(GENE2KEGG)
NULL

Try the PANDA package in your browser

Any scripts or data that you put into this service are public.

PANDA documentation built on May 2, 2019, 6:53 a.m.