I know to transition from Seurat to monocle3 one has to use library(Seurat Wrappers) and then use the function: as.cell_data_set(seuratobject).
But, after reclustering in monocle3, i would like to go back to Seurat to perform differential analysis. How do i do this?
How do i convert monocle3 object back to seurat object?