[<-,expressionset-method {validate}R Documentation

Replace a subset of an expressionset with another expressionset

Description

Replace a subset of an expressionset with another expressionset

Usage

## S4 replacement method for signature 'expressionset'
x[i] <- value

Arguments

x

an R object inheriting from expressionset

i

a logical, character, or numeric index

value

an R object of the same class as x


[Package validate version 1.1.1 Index]