Hello everyone,
I have a question. I want to use the scNetViz app that can be used in Cytoscape. It's an app that allows the user to generate networks from single-cell data which is quite interesting. The problem is that it uses the raw matrix.mtx data so the clusters that will be analysed are the clusters generated automatically with Cellranger. So I was wondering if there's a way to convert the data from Seurat, so the new clusters associated with the gene ids, into an .mtx file which is compatible with scNetViz?
I cannot comment on Seurat but in general any numeric matrix can be saved as mtx via
Matrix::writeMM()
.