go2smc: Gene Ontology 2 "smc"

Description Usage Arguments Value Author(s) Examples

View source: R/PGSEA.R

Description

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

Usage

1
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

Author(s)

Karl Dykema <karl.dykema@vai.org>

Examples

1
2
3
4
	if(require(GO.db)){
		mcs <- go2smc()[1:2]
		str(mcs)
	}

PGSEA documentation built on April 28, 2020, 8:28 p.m.