Learn R Programming

RestoreNet (version 1.0.1)

get.rescaled: Rescaling a clonal tracking dataset

Description

Rescales a clonal tracking dataset based on the sequencing depth.

Usage

get.rescaled(Y)

Value

A rescaled clonal tracking dataset.

Arguments

Y

A 3-dimensional array whose dimensions are the time, the cell type and the clone respectively.

Details

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}}$$

Examples

Run this code
get.rescaled(Y_RM[["ZH33"]])

Run the code above in your browser using DataLab