go2smc {PGSEA}R Documentation

Gene Ontology 2 "smc"

Description

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

Usage

go2smc(min = 50, max = 200)

Arguments

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

Value

a list of "smc" objects

Author(s)

Karl Dykema <karl.dykema@vai.org>

Examples

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

[Package PGSEA version 1.6.0 Index]