By default, transformation is applied to alternative experiments. However, if alternative experiment does not have table specified by assay.type, this leads to an error which might be hard to solve.
I suggest that altexp = NULL is the default for SCE method in transformAssay.
By default, transformation is applied to alternative experiments. However, if alternative experiment does not have table specified by
assay.type
, this leads to an error which might be hard to solve.I suggest that
altexp = NULL
is the default for SCE method intransformAssay
.