Description Usage Arguments Value Author(s) See Also Examples
Basic functions to do transformation / normalization of phenotypes.
1 2  |   transformation(x, transformations=c("nothing","log","sqrt","reciprocal","probit",
    "logit"), ..., verbose=TRUE)
 | 
x | 
 data matrix with measurements, Rows: Traits/Phenotypes columns: Individuals.  | 
transformations | 
 which function should be used to transform the data: 
  | 
... | 
 Passed to the underlying test function.  | 
verbose | 
 Be verbose.  | 
List with matrices.
Danny Arends Danny.Arends@gmail.com Maintainer: Danny Arends Danny.Arends@gmail.com
cross.saturate - Saturate existing map.
cross.denovo - Create de novo genetic map or chromosome assignment vector.
1 2 3  | 	data <- matrix(runif(1000),10,100)
  resA <- transformation(data, c("log","logit"))
  resB <- transformation(data, c("reciprocal","probit"))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.