Description Usage Arguments Value Examples
Set Experiment Name of a CellMig
object.
1 2 3 4 | setExpName(x, ExpName)
## S4 method for signature 'CellMig,character'
setExpName(x, ExpName)
|
x |
a |
ExpName |
string corresponding to the ExpName |
a CellMig object
1 2 3 | data("TrajectoryDataset")
x <- CellMig(TrajectoryDataset)
setExpName(x, "My Fav Experiment")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.