benomylsetup {goCluster}R Documentation

A test dataset for goCluster

Description

This setup holds the complete configuration for a goCluster-analysis.

Usage

data(benomylsetup)
data(benomylsetupsmall)

Format

The configuration is stored as a list of lists. The structure matches the organization of the main goCluster-object. The dataset can be found as dataset-element inside the data-element of benomylsetup. The small dataset holds only 100 genes and can be used for quick tests.

Details

The data originates from a yeast sporulation study. You can find more information here:

http://www.biozentrum.unibas.ch/primig/benomyl/

Author(s)

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

Examples

data(benomylsetup)
test <- new("goCluster")
execute(test) <- benomylsetup

[Package goCluster version 1.6.0 Index]