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)
Matrix where rows are cells and columns are ADT markers.
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.
if (FALSE) {
arcsinh_transform(cell_x_adt)
}