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
An easy way - if the redDim slots and co are not really used: We can simply "cast" that to be a simple SummarizedExperiment object.
Which in the end, it already is, but has some extra slots that one probably won't need here.
That being said: a SCE is already an SE, so ideally we probably don't even need to do anything - what will happen is that simply some of the information in it just won't be used.
Heads up! The check should not be done using the class() function, because that does not capture the fact that SCE is also an SE.
See this chunk to reproduce the idea of it:
Since omnideconv can import SingleCellExperiments we should enable users to upload those in the app
The text was updated successfully, but these errors were encountered: