Uses of Class
ubic.gemma.core.util.test.fixture.ArrayDesignFactory.Builder
Packages that use ArrayDesignFactory.Builder
-
Uses of ArrayDesignFactory.Builder in ubic.gemma.core.util.test.fixture
Methods in ubic.gemma.core.util.test.fixture that return ArrayDesignFactory.BuilderModifier and TypeMethodDescriptionArrayDesignFactory.geneChip()Start building a "GENE_CHIP" (Affymetrix-style) array design.ArrayDesignFactory.oneColor()Start building a one-color (single-channel) array design.ArrayDesignFactory.twoColor()Start building a two-color (dual-channel, cDNA) array design.ArrayDesignFactory.Builder.withProbes(int n) Attach N composite sequences (probes) to the array design.ArrayDesignFactory.Builder.withRandomProbeNames(boolean v) If false, probes are namedprobeset_0,probeset_1, ...ArrayDesignFactory.Builder.withSequences(boolean v) If true, each probe is also given aBioSequence(persisted ahead of the AD).ArrayDesignFactory.Builder.withShortName(String s) ArrayDesignFactory.withTechnologyType(TechnologyType tt) Start building an array design with a caller-supplied technology type.