get.rescaled | R Documentation |
Rescales a clonal tracking dataset based on the sequencing depth.
get.rescaled(Y)
Y |
A 3-dimensional array whose dimensions are the time, the cell type and the clone respectively. |
This function rescales a clonal tracking dataset Y according to the formula
Y_{ijk} \leftarrow Y_{ijk} \cdot \frac{min_{ij}\sum_cY_{ijc}}{\sum_cY_{ijc}}
A rescaled clonal tracking dataset.
get.rescaled(Y_RM[["ZH33"]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.