Description Usage Arguments Author(s) Examples
View source: R/proliferationGrid.R
This function draw a proliferation grid. The grid marks the distance between cell generations calculated with the function generationsDistance
1 2 3 | proliferationGrid(parentPosition,
fittedDistance = NA, dataRange = 1024, logDecades = 4,
lwd=1, lty=3, col=rgb(0,0,0,0.5))
|
parentPosition |
Position of the parent Peak from |
fittedDistance |
You can provide the distance estimated from the |
dataRange |
Range of your data (number of data points in the FACS) |
logDecades |
Number of log decades in the FACS |
lwd |
Grid line size. See |
lty |
Grid line type. See |
col |
Grid color. See |
Davide Rambaldi
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.