geneSet.intersects {background} R Documentation

get an intersection id list between the background

Description

model and the given gene id list.

Usage

geneSet.intersects(cluster, geneSet,
    isLocusTag = FALSE,
    get.clusterID = FALSE);

Arguments

cluster

A gene cluster model or gsea background model object.

geneSet

[as string]

isLocusTag

[as boolean]

get.clusterID

this function will returns a set of mapping cluster id if this parameter value is set to value TRUE, otherwise this function returns a set of intersected geneID list by default. this parameter only works when the cluster object is a gsea background model object. [as boolean]

Details

Authors

gseakit

Value

this function returns data object of type string.

clr value class

Examples


[Package background version 1.0.0.0 Index]