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
I'm having an issue with the contourPlot function. I'm using an sce generated in CATALYST containing 60 fcs files from a cytof run.
contourPlot(sce)
--input data class is SingleCellExperiment
Error in reducedDim(indata, reducedDim)[, dimColnames] :
no 'dimnames' attribute for array
When i look in the int_colData of the sce, the reducedDims are there and so are the two columns of data for the UMAP under listData, so am not sure what is going wrong?
The text was updated successfully, but these errors were encountered:
I'm having an issue with the contourPlot function. I'm using an sce generated in CATALYST containing 60 fcs files from a cytof run.
contourPlot(sce)
--input data class is SingleCellExperiment
Error in reducedDim(indata, reducedDim)[, dimColnames] :
no 'dimnames' attribute for array
When i look in the int_colData of the sce, the reducedDims are there and so are the two columns of data for the UMAP under listData, so am not sure what is going wrong?
The text was updated successfully, but these errors were encountered: