Description Usage Arguments Details Value See Also
Creates the X-Y scatter plot of the same or different numeric attribute between cells of two specific generations of a division tree.
1 2 3 |
DT |
The connected division tree, an object of class |
gen1 |
The ID of the first generation in the |
gen2 |
The ID of the second generation in the |
attr1 |
The name of the first attribute in the |
unit1 |
The unit of |
attr2 |
The name of the second attribute in the |
unit2 |
The unit of |
save |
A logical value ( |
savePars |
A named list specifying the parameters of the generated image file.
This argument is ignored in case
|
Each data point (x,y) represents the corresponding attribute value of
the older and younger cell, respectively.
The scatter plot is created for all specified cells that are included in the analysis,
as returned from get_cells
,
except for cells with NA
value in attr1
(or attr2
in case attr2 != ""
).
Data points are purple dot points.
The linear regression line is also drawn on the plot.
X is the predictor variable and Y is the response.
The parameters of the regression line are found using the linear least squares method
provided by lm
.
A named list with the following components:
Ncells |
Number of cells, a non-zero positive integer value. |
r |
The Pearson correlation coefficient (a numeric value in the range |
regression |
A named list with the following components:
In case less than 2 unique data points exist, |
In case no cells exist, no plot is generated and NULL
is returned.
isConnected
for checking if a tree is connected.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.