PBMclass-accessors: PBM slot accessors and setters

Description Usage Arguments Value Author(s)

Description

Simple functions for accessing and setting specialized slots for PBM associated classes (PBMDesign, PBMExperiment).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
probeFilter(object)

probeTrim(object)

probeCols(object)

probeFilter(object) <- value

probeTrim(object) <- value

## S4 replacement method for signature 'PBMDesign,data.frame'
design(object, ...) <- value

## S4 method for signature 'PBMDesign'
design(object)

Arguments

object

a PBMDDesign or PBMExperiment object.

value

a new value to be assigned to the corresponding components of object.

...

further arguments, perhaps used by methods.

Value

slot value for accessors, modified object for setters.

Author(s)

Patrick Kimes


pkimes/upbm documentation built on Oct. 17, 2020, 9:10 a.m.