Learn R Programming

PGSEA (version 1.46.0)

go2smc: Gene Ontology 2 "smc"

Description

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

Usage

go2smc(min = 50, max = 200,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(GO.db)){
		mcs <- go2smc()[1:2]
		str(mcs)
	}

Run the code above in your browser using DataLab