After upgrading to version 3 I get an error when trying to find clusters
Error in FindClusters.Seurat
Provided graph.name not present in Seurat object.
Could anybody help me with this?
Thanks
see #939
In 3.0, we separate clustering into two steps. First, we construct a
neighbor graph between single cells, and we next FindClusters (credit to
scanpy for separating these two steps).
To do the first step, we run the FindNeighbors function - as documented on
our 'cheat sheet' for Seurat v3
https://satijalab.org/seurat/essential_commands.html
https://urldefense.proofpoint.com/v2/url?u=https-3A__satijalab.org_seurat_essential-5Fcommands.html&d=DwMFaQ&c=slrrB7dE8n7gBJbeO0g-IQ&r=e2kPyDtZAzQoyPfLTjZ5kw&m=-GgkxVz_gdz_QIIqTHO5p3pB4lLhTciaZib98W9dGtk&s=qBpWahyC4FgjIoGDgY5aL4_KfuPj-_TCMU-3EKYr_oM&e=
On Thu, Nov 22, 2018 at 10:16 AM rmenafra notifications@github.com wrote:
After upgrading to version 3 I get an error when trying to find clusters
Error in FindClusters.Seurat
Provided graph.name not present in Seurat object.Could anybody help me with this?
Thanks—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_satijalab_seurat_issues_960&d=DwMCaQ&c=slrrB7dE8n7gBJbeO0g-IQ&r=e2kPyDtZAzQoyPfLTjZ5kw&m=OLoeglLwLfmixn7lotfS1XOfhYb37NVt-Vvn8fudRWo&s=TvuzAeDrXO4yiOpWRoI9aTeJ9o-q9zbJR4I9vkqr2aQ&e=,
or mute the thread
https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_ADjuVb5bBul5RB3MesiT1zjl8AUqPMrbks5uxmt-2DgaJpZM4Yu8HB&d=DwMCaQ&c=slrrB7dE8n7gBJbeO0g-IQ&r=e2kPyDtZAzQoyPfLTjZ5kw&m=OLoeglLwLfmixn7lotfS1XOfhYb37NVt-Vvn8fudRWo&s=BHrAmQ9HDUxzHO8GwdMk__qT1PKvltZpjGi2045sLBg&e=
.
Sorry I missed that issue, thanks a lot!
Most helpful comment
see #939
In 3.0, we separate clustering into two steps. First, we construct a
neighbor graph between single cells, and we next FindClusters (credit to
scanpy for separating these two steps).
To do the first step, we run the FindNeighbors function - as documented on
our 'cheat sheet' for Seurat v3
https://satijalab.org/seurat/essential_commands.html
https://urldefense.proofpoint.com/v2/url?u=https-3A__satijalab.org_seurat_essential-5Fcommands.html&d=DwMFaQ&c=slrrB7dE8n7gBJbeO0g-IQ&r=e2kPyDtZAzQoyPfLTjZ5kw&m=-GgkxVz_gdz_QIIqTHO5p3pB4lLhTciaZib98W9dGtk&s=qBpWahyC4FgjIoGDgY5aL4_KfuPj-_TCMU-3EKYr_oM&e=
On Thu, Nov 22, 2018 at 10:16 AM rmenafra notifications@github.com wrote: