Closed shdam closed 10 months ago
I think Seurat shouldn't use the neighborhood graph anyway because it serves as "non-spatial" control.
Seeing your stLearn comment, I will also tune k instead of providing resolution in the config.
Oh, good. Must have missed it here
Resolution tuning implemented
Seurat method implemented with 1 config per method setting.
I couldn't find a way to use a custom neighborhood graph, so I chose to use Seurat::FindNeighbors (igraph SNN).
Closes #34