Description Usage Arguments Value Slots Author(s) Examples
The CellMig class represents objects storing all information for both random migration (RM) and wound scratch assay (WSA). It comprises 14 slots.
1 2 3 4 5 6 |
... |
arguments to pass to the CellMig constructor |
ExpName |
string, experiment name (optional) |
.Object |
the CellMig object being built |
trajdata |
data frame including trajectory data |
An S4-class object
a CellMig object
trajdata
The raw trajectory data matrix organized into four columns: cell ID, X coordinates, Y coordinates and Track number, which is the track's path order.
adjDS
A data frame of the trajectory data passed from the WSAprep function.
cellpos
A binary vector showing on which side of the wound cells are located. "0" refers to a cell located above the wound whereas "1" refers to a cell located below the wound.
parE
A numeric vector contains estimations for the imageH, woundH, upperE and lowerE.
preprocessedDS
list object of data frames, each data frame shows the trajectories of a single cell.
DRtable
A data frame of the results of running the DiRatio() function.
MSDtable
A data frame of the results of running the MSD() function.
PerAanSpeedtable
A data frame of the results of running the PerAndSpeed() function.
DACtable
A data frame of the results of running the DiAutoCor() function.
VACtable
A data frame of the results of running the VeAutoCor() function.
ForMigtable
A data frame of the results of running the ForwardMigration() function.
FMItable
A data frame of the results of running the FMI() function.
results
A data frame of all the results.
parCor
A data frame for Parameters Correlation.
meta
A list including experiment name, meta data and other information.
Salim Ghannoum salim.ghannoum@medisin.uio.no
1 2 | data("TrajectoryDataset")
CellMig(TrajectoryDataset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.