SetCommonFeatures-tpcaResult-method: Set CommonFeatures

SetCommonFeatures,tpcaResult-methodR Documentation

Set CommonFeatures

Description

Set CommonFeatures

Usage

## S4 method for signature 'tpcaResult'
SetCommonFeatures(object, commonFeatures)

Arguments

object

and object of class tpcaResult

commonFeatures

a vector of characters indicating the common features across replicates

Value

a vector of common features across replicates

Examples

m1 <- matrix(1:12, ncol = 4)
m2 <- matrix(2:13, ncol = 4)
m3 <- matrix(c(2:10, 1:7), ncol = 4)

rownames(m1) <- 1:3
rownames(m2) <- 2:4
rownames(m3) <- 2:5

mat_list <- list(
    m1, m2, m3
)

tpcaObj <- new("tpcaResult", ObjList = mat_list)
SetCommonFeatures(tpcaObj, c("2", "3"))

nkurzaw/Rtpca documentation built on May 12, 2023, 2:10 p.m.