美文网首页
堆叠小提琴图

堆叠小提琴图

作者: oceanandshore | 来源:发表于2023-08-30 10:04 被阅读0次

看了几个帖子,不靠谱,要不是得转格式,要不就是包安装不上,还是这个靠谱

#######做堆叠小提琴图 

VlnPlot(integrated,features = genesgenes,stack=T,pt.size=0,split.by = "group",flip = T,add.noise = T)+
  
  theme(axis.text.y = element_blank(),
        
        axis.ticks.y = element_blank(),
        
        axis.title = element_blank(),
        
        axis.text.x = element_text(colour = 'black',size = 10,angle = 90),
        
        legend.position = 'none')

相关文章

网友评论

      本文标题:堆叠小提琴图

      本文链接:https://www.haomeiwen.com/subject/gbnomdtx.html