SetCtrlCondName,tpcaResult-method {Rtpca}R Documentation

Set CtrlCondName

Description

Set CtrlCondName

Usage

## S4 method for signature 'tpcaResult'
SetCtrlCondName(object, name)

Arguments

object

an object of class tpcaResult

name

a character string describing the control condition

Value

an object of class tpcaResult

Examples

tpcaObj <- new("tpcaResult")
SetCtrlCondName(tpcaObj, "DMSO")

[Package Rtpca version 1.3.0 Index]