Description Usage Arguments Details Value
View source: R/functions_RNAVelocity.R
'getExtrapolatedStateInDCSpace' calculates the extrapolated state of each cells and transforms it into the coordinate system of the dynamical components.
1 | getExtrapolatedStateInDCSpace(dataList)
|
dataList |
A Revelio object that contains a rotation matrix and a velocity matrix. |
For each cell the extrapolated state is calculated (using the RNA velocity matrix calculated previously) via the model s_ij=s_ij+v. This extrapolated state is then transformed into the dynamical component space using the same transformation matrices generated by only the exonic data.
Returns the same Revelio object given as input but additionally with the coordinates of the extrapolated state in DC space.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.