0

I want to use VlnPlot to draw the figure.

VlnPlot(hc_mild_severe_integrated, features.plot = c("CXCL2", "IL1A"), group.by = "tech")

Error in VlnPlot(hc_mild_severe_integrated, features.plot = c("CXCL2", : unused argument (features.plot = c("CXCL2", "IL1A"))

zx8754
  • 52,746
  • 12
  • 114
  • 209
yueli
  • 43
  • 7
  • Argument is "features" not "features.plot". – zx8754 Jul 28 '20 at 10:27
  • 1
    Use `features` inplace of `features.plot`. Visit [How to make a great R reproducible example](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) – UseR10085 Jul 28 '20 at 10:28
  • Hello zx8754 and Bappa Das, Thank you so much for your great help! Use features inplace of features.plot. Best, Yue – yueli Jul 28 '20 at 19:15

0 Answers0