From 7509ba46aaf90005cf5b6794a31f53bd922095d7 Mon Sep 17 00:00:00 2001 From: ixxmu Date: Tue, 29 Oct 2024 11:50:21 +0000 Subject: [PATCH] =?UTF-8?q?scplotter=EF=BC=9A=E5=8D=95=E7=BB=86=E8=83=9E?= =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E7=A5=9E=E5=8C=85=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...7\206\345\214\226\347\245\236\345\214\205_.md" | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 "docs/2024-10/scplotter_\345\215\225\347\273\206\350\203\236\345\217\257\350\247\206\345\214\226\347\245\236\345\214\205_.md" diff --git "a/docs/2024-10/scplotter_\345\215\225\347\273\206\350\203\236\345\217\257\350\247\206\345\214\226\347\245\236\345\214\205_.md" "b/docs/2024-10/scplotter_\345\215\225\347\273\206\350\203\236\345\217\257\350\247\206\345\214\226\347\245\236\345\214\205_.md" new file mode 100644 index 00000000..84ba7f88 --- /dev/null +++ "b/docs/2024-10/scplotter_\345\215\225\347\273\206\350\203\236\345\217\257\350\247\206\345\214\226\347\245\236\345\214\205_.md" @@ -0,0 +1,15 @@ +--- +title: "scplotter:单细胞可视化神包!" +date: 2024-10-29T11:49:29Z +draft: ["false"] +tags: [ + "fetched", + "老俊俊的生信笔记" +] +categories: ["Acdemic"] +--- +scplotter:单细胞可视化神包! by 老俊俊的生信笔记 +------ +

引言

网上冲浪偶然看到的一个 R 包 scplotter,单细胞可视化种类非常全,觉得非常不错,分享给大家!

github 地址:

https://github.com/pwwang/scplotter/tree/master

安装

remotes::install_github("pwwang/scplotter")
# or
devtools::install_github("pwwang/scplotter")
# or using conda
$ conda install pwwang::r-scplotter

介绍

CellDimPlot:

CellStatPlot:

ClustreePlot:

FeatureStatPlot:

EnrichmentPlot:

GSEASummaryPlot | GSEAPlot:

VolcanoPlot:

CCCPlot:

ClonalVolumePlot | ClonalAbundancePlot | ClonalResidencyPlot | ClonalCompositionPlot | ClonalOverlapPlot | ClonalGeneUsagePlot:

ClonalRarefactionPlot | ClonalGeneUsagePlot | ClonalDiversityPlot | ClonalPositionalPlot:

结尾

路漫漫其修远兮,吾将上下而求索。


欢迎加入生信交流群。加我微信我也拉你进 微信群聊 老俊俊生信交流群 (微信交流群需收取 20 元入群费用,一旦交费,拒不退还!(防止骗子和便于管理))


往期回顾目录


GseaVis 绘制山脊图
ClusterGvis 综合使用手册
ClusterGvis 进行 TCseq 聚类分析
GseaVis 使用文档
R 语言里的非标准求值
fastplyr 加速 dplyr?
离散傅里叶计算 riboseq 的 3nt 周期性
Nature 文章的数据也如此奇妙
bam/sam 文件里的 flag16 的序列可能和你想的不一样
IGV 也能查看 ribo-seq 的 E/P/A density



+
+原文链接