diff --git a/R/cytobankExperiment.R b/R/cytobankExperiment.R index 45c80d9..e7a9f5f 100644 --- a/R/cytobankExperiment.R +++ b/R/cytobankExperiment.R @@ -274,6 +274,7 @@ ce_get_transformations <- function(x, panel_name = NULL){ { T <- sinh(1) * cofactor res[[pname]] <- asinhtGml2_trans(T = T, M = 0.43429448190325176, A = 0)#seems that M and A values are constant in cytobank + test <- res[[pname]]$transform(cofactor) }else if(stype != "Linear") stop("Unknown scale type: ", stype)