美文网首页生信星球培训第三期
学习小组Day6笔记--温化玉

学习小组Day6笔记--温化玉

作者: 温化玉 | 来源:发表于2018-09-02 00:41 被阅读55次

1. 获取R包的cheatsheet

https://www.rstudio.com/resources/cheatsheets/

2. 数据框相关软件的安装和基本知识

install.packages("tidyr"),安装
library(tidyr),查看
rep,重复
paste,连接两个字符串
key-value,键值对
函数后面加括号
字符串加双引号
行 raw
列 column,简写col
Tidy Data
补充
install.packages("reshape2")
library(reshape2)

3. 常见的数据框处理命令

Reshape Data
gather
spread
Handle Missing Values
drop_na()
fill()
replace_na()
Expand Tables
complete
expand
split cells
separate
separate_rows
unite

学习:
https://www.statmethods.net/index.html

相关文章

网友评论

本文标题:学习小组Day6笔记--温化玉

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