You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that I look into it more carefully, MultiAssayExperiment::longFormat() isn't a method, but works on SEs calling MultiAssayExperiment:::.longFormatANY(). What is the reason for not using methods to handle this?
And my second/other request would be to support rowData variables.
Would you consider making
longFormat()
a generic function (ideally inBiocGenerics
) to allow implementation if different methods?Currently, you have
The
QFeatures
class extendsMultiAssayExperiment
, and hasThe main advantage is support for variables from
colData
androwData
to the long format output (which is very handy).The main motivation for this request is that I would also like to be able to convert
SummarizedExperiment
objects to long format.The text was updated successfully, but these errors were encountered: