plot.nFit: Plot a statistics for CRMN normalization model

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

View source: R/misc.R

Description

Simple plot function for a CRMN normalization model.

Usage

1
2
## S3 method for class 'nFit'
plot(x, y = NULL, ...)

Arguments

x

an nFit object

y

not used

...

passed on to the scatter plot calls

Details

Shows Tz and the optimization (if computed) of the PCA model. The number of components used for normalization should not exceed the maximum indicated by Q2. The structure shown in the Tz plot indicate the analytical variance which is exactly independent of the experimental design. The corresponding loading plot shows how this structure is capture by the used ISs.

Value

nothing

Author(s)

Henning Redestig

See Also

slplot

Examples

1
2
3
data(mix)
nfit <- normFit(mix, "crmn", factors="type", ncomp=2)
plot(nfit)

crmn documentation built on March 26, 2020, 8:35 p.m.