set-methods: Change marker weights in a MWEIGHTS object

Description Usage Arguments Details Value

Description

Sets the weights of the markers in a MWEIGHTS object.

Usage

1
2
3
4
5
6
7
8
## S4 replacement method for signature 'MWEIGHTS,numeric,missing,numeric'
x[i] <- value

## S4 replacement method for signature 'MWEIGHTS,character,missing,numeric'
x[i] <- value

## S4 replacement method for signature 'MWEIGHTS,logical,missing,numeric'
x[i] <- value

Arguments

x

a MWEIGHTS object

i

a numeric, logical or character vector

value

a numeric vector containing the new marker weight values

Details

Marker weights can be set based on their indexes or names in the MWEIGHTS object.

Value

a S4 object of class MWEIGHTS


tchitchek-lab/CytoCompare documentation built on May 31, 2019, 7:29 a.m.