print.cfa2way {CFAssay}R Documentation

Print summary of two-way analysis for cell survival data.

Description

The function prints a summary of two-way analysis for cell survival data.

Usage

## S3 method for class 'cfa2way'
print(x, labels=c(A="A",B="B"), ...)

Arguments

x

an R object of class cfa2way and resulting from function cfa2way.

labels

labels for output description. These describe the meaning of A and of B.

...

further arguments to pass to R function print.

Author(s)

Herbert Braselmann

See Also

cfa2way

Examples

datatab<- read.table(system.file("doc", "exp2_2waycfa.txt", package="CFAssay"), header=TRUE, sep="\t")
names(datatab)  # has columns "x5fuCis" and "siRNA" 
fitcomp<- cfa2way(datatab, A="siRNA", B="x5fuCis", param="A/B")
print(fitcomp, labels=c(A="siRNA",B="x5fuCis"))

[Package CFAssay version 1.27.0 Index]