setExpName {cellmigRation}R Documentation

Method setExpName

Description

Set Experiment Name of a CellMig object.

Usage

setExpName(x, ExpName)

## S4 method for signature 'CellMig,character'
setExpName(x, ExpName)

Arguments

x

a CellMig-class object

ExpName

string corresponding to the ExpName

Value

a CellMig object

Examples

data("TrajectoryDataset")
x <- CellMig(TrajectoryDataset)
setExpName(x, "My Fav Experiment")



[Package cellmigRation version 1.0.0 Index]