-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConstructMetaspots
not compatible with Seurat's VisiumV2
class
#278
Comments
Thank you for taking the time for writing this issue and for diagnosing the problem regarding the new class structure. FYI, I am currently very busy with some upcoming deadlines over the next couple of weeks, so I will not be able to push a fix for this until late June or early July. For now you might want to just use Seurat 4 if possible. |
Thanks for considering the support of the |
Thank you! I have same problems. Do you find the way to get the row, col, imagerow, and imagecol in Seurat 5.1.0?just like the tutorial
still lack two cols. And I try to install Seurat V4, it's still not work |
The easiest workaround without downgrading to Seurat v4 is to use the coordinates directly from the spaceranger output ( However, this will not prevent the error described in this issue because |
so,seurat or hdwgcna must do some changes, and I notice that dcollins15 said he will make a patch soon, so we can wait for him |
This issue is not fully solved, it looks like the Visium V2 Seurat no longer uploads all the coordinates that are output from spaceranger, which ultimately causes issues with hdWGCNA. The workaround is to use Seurat v4, or to load the output table |
Since Seurat v5.1 the default image class (also for non-Visium HD data) is
VisiumV2
. Unfortunately, the resulting object has a completely different structure and hence no slot anymore calledcoordinates
, whichConstructMetaspots
tries to access:I came across the error following the described workflow for Visium ST data when calling
MetaspotsByGroups
.The SeuratObject I'm using returns
5.0.2
when checking it'sversion
slot.R session info
The text was updated successfully, but these errors were encountered: