mia icon indicating copy to clipboard operation
mia copied to clipboard

transformAssay input

Open antagomir opened this issue 10 months ago • 1 comments

Extend transformAssay so that it accepts multiple transformations at once?

In addition to transformAssay(tse, ..., method="clr")

we could have transformAssay(tse, ..., method=c("relabundance", "clr", "log10"), pseudocount=TRUE)

i.e. method could also be a vector.

Then pseudocount is something we would only like to apply to those transformations where it is really necessary. Here, not to relabundance but yes to clr and log10. One option would be to give that also as a vector, like pseudocount=c(FALSE, TRUE, TRUE).

antagomir avatar Oct 18 '23 20:10 antagomir