Description Usage Arguments Details Value
View source: R/functions_RNAVelocity.R
'getVelocityGridCC' places a regular grid on the two-dimensional cell cycle and calculates the average velocity for each grid point as described in La Manno et al. 2018 ('RNA velocity of single cells').
1 2 3 4 5 6 | getVelocityGridCC(
dataList,
sigma = 1,
numberOfGridPointsOneSide = 20,
boolPlotResults = FALSE
)
|
dataList |
A Revelio object that contains information about the extrapolated state of cells. |
sigma |
The smoothing parameter for the Gaussian kernel. |
numberOfGridPointsOneSide |
The number of grid points along one side. The total grid will be a numberOfGridPointsOneSide-by-numberOfGridPointsOneSide grid. |
boolPlotResults |
TRUE/FALSE if the velocity grid plot should be shown. |
A grid is generated overlaying the two-dimensional cell cycle in DC space. For each grid point, the RNA velocity is calculated by using a Gaussian kernel as explained in La Manno et al. 2018 ('RNA velocity of single cells').
Returns the same Revelio object given as input with the additional information about the RNA velocity at grid points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.