Extract: Extract or Replace A Slot of An mSet or ExperimentData object

Description Usage Arguments

Description

Extract or replace the content of a slot of an mSet-class or an ExperimentData-class object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## S4 method for signature 'ExperimentData'
x$name

## S4 replacement method for signature 'ExperimentData'
x$name <- value

## S4 method for signature 'ExperimentData,ANY,ANY'
x[[i, j, ...]]

## S4 replacement method for signature 'ExperimentData,ANY,ANY'
x[[i, j, ...]] <- value

## S4 method for signature 'mSet'
x$name

## S4 replacement method for signature 'mSet'
x$name <- value

## S4 method for signature 'mSet,ANY,ANY'
x[[i, j, ...]]

## S4 replacement method for signature 'mSet,ANY,ANY'
x[[i, j, ...]] <- value

Arguments

x

An mSet-class or ExperimentData-class object.

name

The name of the slot.

value

A nreplacement value for the slot, which must be from a class compatible with the class defined for this slot in the definition of the class of either mSet-class or ExperimentData-class or derived object.


zhuchcn/Metabase documentation built on July 23, 2019, 1:36 p.m.