conditionUpdate: Update condition allocation

Description Usage Arguments Details Value Author(s) References See Also

Description

Update the allocation of samples onto different conditions. This is a subfunction needed for updateDesign, but is not directly used.

Usage

1
    conditionUpdate( condition.allocation, nTuple,bTwoColorArray )

Arguments

condition.allocation

a matrix with nCondition rows and nRIL columns. elements of 1/0 indicate this RIL (or strain) is/not selected for this condition.

nTuple

average number of RILs (or strains) to be assigned onto each condition
nTuple should be a real number which is larger than 1.
if nTuple < 1, the algorithm will stop and show the message,
warning: "The number slides is too less to perform the experiment."

bTwoColorArray

binary variable indicating experiment type:
bTwoColorArray <- TRUE \#for dual channel experiment
bTwoColorArray <- FALSE \#for single channel experiment

Details

This function will be used both in single and dual channel experiment design.

Value

An updated condition.allocation table.

Author(s)

Yang Li <yang.li@rug.nl>, Gonzalo Vera <gonzalo.vera.rodriguez@gmail.com>
Rainer Breitling <r.breitling@rug.nl>, Ritsert Jansen <r.c.jansen@rug.nl>

References

Y. Li, R. Breitling and R.C. Jansen. Generalizing genetical genomics: the added value from environmental perturbation, Trends Genet (2008) 24:518-524.
Y. Li, M. Swertz, G. Vera, J. Fu, R. Breitling, and R.C. Jansen. designGG: An R-package and Web tool for the optimal design of genetical genomics experiments. BMC Bioinformatics 10:188(2009)
http://gbic.biol.rug.nl/designGG

See Also

arrayUpdate, designGG


designGG documentation built on May 2, 2019, 5:51 a.m.