跳到主要内容
BioF3
教程
关于
博客
FigCode
单细胞云平台
旧博客
GitHub
R Playground
代码在服务器端执行(支持 ggplot2、DESeq2、Seurat 等所有包)。可以编辑代码后点击运行。
基础计算
ggplot2 绑定图
DESeq2 差异分析
DESeq2 + 火山图
x <- 1:20 cat("mean =", mean(x), "\n") cat("sd =", sd(x), "\n") cat("summary:\n") print(summary(x))
▶ 运行