Description Usage Arguments Value Examples
Preprocess raw values and calculate Intensity and Theta values
1 2 | intens_theta(raw, norm = "quantile", scaling = "mean", transf = "log",
pn = 2, postnorm = FALSE)
|
raw |
Raw_data object. |
norm |
Method for the normalization. One of "none", "quantile", "median" or "both". |
scaling |
Logical, if each SNP should be scaled or not. |
transf |
Method for transformation of the raw values. "none", "log" and "fourth-root" are implemented. |
pn |
Numeric, p-norm for the intensity calculation. |
postnorm |
Logical, if intensity values should be median normalized row- and columns-wise. |
List with two matrices "intensity" (signal intensities) and "theta" (genotype value).
1 2 3 4 5 | if(require(brassicaData)){
data("raw_napus", package = "brassicaData")
dat <- intens_theta(raw_napus)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.