Learn R Programming

PGSEA (version 1.46.0)

kegg2smc: KEGG pathway to "smc"

Description

This function creates "smc" objects from the "KEGG" Bioconductor library.

Usage

kegg2smc(min = 1, max = 284,organism="human")

Arguments

min
numeric - minimum length of ids to be included
max
numeric - maximum length of ids to be included
organism
character - organism

Value

a list of "smc" objects

Examples

Run this code
	if(require(KEGG.db)){
		mcs <- kegg2smc(min=20,max=284)
		length(mcs)
		str(mcs[[1]])
	}

Run the code above in your browser using DataLab