mergeResult {goCluster}R Documentation

Merges two lists of selected genes to the selection with minimal p-value

Description

Two selection of genes are merged to one list. Genes that occur in both lists will be mentioned only once in the resulting list. Each gene is associated with an annotation term and a p-value and in case a gene occured twice, the final list will only retain the annotation with the lower p-value.

Usage

mergeResult(result, mergedResult, annotations)

Arguments

result The first list to be merged to the second list.
mergedResult The second list to be merged.
annotations The number of annotations in each list.

Value

The merged list.

Author(s)

Gunnar Wrobel, http://www.gunnarwrobel.de.

Examples






[Package goCluster version 1.0.3 Index]