Hi,after I get a 'SpatialAnnotationScreening' object from spatialAnnotationScreening function:

and try to draw volcanno plot by plotVolcano function, I found a bug in this function:

After reviewing the source code, it was found that...
- You passed a list to the group_by() function(red part).
- This filtering will be activated regardless of whether I select best_only or not(green part).

My current temporary solution is to merge these two data frames:

I hope you can fix this in the future.

Best, Mindan
Hi,after I get a 'SpatialAnnotationScreening' object from
spatialAnnotationScreeningfunction:and try to draw volcanno plot by
plotVolcanofunction, I found a bug in this function:After reviewing the source code, it was found that...
My current temporary solution is to merge these two data frames:
I hope you can fix this in the future.
Best, Mindan