-
R语言并行计算
https://zhuanlan.zhihu.com/p/24547984....
-
IRanges
-
可视化的R包汇总
ggupsetBiocManager::install("ggupset")ggnewscaleBiocManager::install("ggnewscale"....
-
enrichplot源码阅读
GuangchuangYu/enrichplot/blob/master/R/dotplot.R....
-
随机森林 (Random Forest)
在随机森林方法中,创建了大量决策树。每个观察结果都被输入到每个决策树中。每个观察的最常见结果用作最终输出。新的观察结果被输入到所有树中,并对每个分类模型进行多数表决。数据准备加载R包library(r....
-
One-Way ANOVA
方差分析主要用于多个样本均数比较的假设检验,因为当我们使用t检验进行多组样本间均数的假设检验时,常常会增加一类错误。方差分析的主要思想是分解变异,即将总变异分解为处理因素引起的变异和随机误差引起的变异....
-
R Formula Tutorial
- for removing terms;: for interaction;* for crossing;%in% for nesting; And^ for limit crossing to t....
-
R Interface to Python
https://rstudio.github.io/reticulate/....
-
monocle3
Pseudotime is a measure of how much progress an individual cell has made through a process such as c....
-
单细胞shiny
library(shiny)library(Seurat)library(tidyverse)options(shiny.trace = F)# rownames(macrophages)[rowna....
Linear Models with R 、[rstudio](https://posit.cloud/content/5455615) 、[r-pkgs](https://r-pkgs.org/)、[r-graphics](https://r-graphics.org/)
----
R 一共收录文章68篇,
一共有7页,
每页显示10篇