tests/test03-channel-type.R

# channel-type-test.ssc
library(PreProcess)

x <- ChannelType('Affymetrix', 'oligo', 100, 100, 'fluor')
x
print(x)
summary(x)

y <- setDesign(x, 'fake.design')
y
summary(y)
d <- getDesign(y)
d

rm(d, x, y)

Try the PreProcess package in your browser

Any scripts or data that you put into this service are public.

PreProcess documentation built on May 3, 2019, 1:24 p.m.