Reproducible example: ```r library(FacileData) fds <- exampleFacileDataSet() as.DGEList(fds) # works as.SummarizedExperiment(fds) # error: Error in as.SummarizedExperiment.data.frame(x, covariates, feature_ids, : is.FacileDataSet(.fds) is not TRUE ```