This function transforms the input cell_x_adt matrix by arcsinh with co-factor 5. The definition of this function is x_new <- asinh(a + b * x) + c)

arcsinh_transform(cell_x_adt = NULL, parameter_list = NULL)

Arguments

cell_x_adt

Matrix where rows are cells and columns are ADT markers.

parameter_list

Parameter list for a: positive double that corresponds to a shift about 0; b: positive double that corresponds to a scale factor; c: positive double. By default a = 1, b = 1/5 and c = 0.

Examples

if (FALSE) {
arcsinh_transform(cell_x_adt)
}