IP属地:北京
Content Summary apply() lapply() & sapply() tapply() & by() & aggregate(...
基本用法 正则表达式 使用正则表达式的stringr函数 1. 基本用法 字符串长度str_length() 字符串组合str_c() 字符串取...
合并连接 加入新变量 筛选连接 筛选原有观测 集合操作 相同变量进行集合 由于连接每对数据表的变量称为键(key)主键:唯一能识别其所在数...
Three interrelated rules which make a dataset tidy: Each variable must h...
1.创建 tibble as.tibble() 可将dataframe转换为tibble tibble() 直接创建 tibble 中可以使用在...
filter()arrange()select()mutate()summarize()dplyr函数不会修改输入,保存结果需要进行赋值 1.f...
常用的分析方法: 过表征分析 (over representation analysis, ORA) :先找出差异基因,再对差异基因进行如GO/...
mian function:ggplot(): 初始化图形并指定数据来源aes() : 指定每个变量的角色geom_XXX() : 使用几何函数...