scRNAtoolVis icon indicating copy to clipboard operation
scRNAtoolVis copied to clipboard

Error in UseMethod("filter")

Open HaixJiang opened this issue 7 months ago • 0 comments

Hello, author. I encountered the following issue while using the R package you developed. Could you please advise on how to resolve it?

jjVolcano(diffData = ppp,
          log2FC.cutoff = 0.25,
          size  = 4, 
          fontface = 'italic', 
          #aesCol = c('purple','orange'), 
          tile.col = colour, 
          #col.type = "adjustP", 
          topGeneN = 10
         )
Error in UseMethod("filter") :
  no applicable method for 'filter' applied to an object of class "Seurat"

HaixJiang avatar Nov 15 '23 14:11 HaixJiang