R书籍
R语言实战(第2版)、《R in action》:https://yangming6863.gitbook.io/r-bioinformatics/v/r-in-action/
R cookbook:http://www.cookbook-r.com/
生物信息学
《R语言与Bioconductor生物信息学应用》作者:高山,欧剑虹
《R Programming for Bioinformatics》
- Bioinformatics with R Cookbook,计算生物学家使用 R 建模和处理现实数据的 90 多种实用方法:https://github.com/SiYangming/Bioinformatics-with-R-Cookbook
- R与生物信息:https://yangming6863.gitbook.io/r-bioinformatics/
有点乱了,持续更新,慢慢归类!!
R和RStudio安装
Rstudio
内网访问rstudio:https://dashboard.ngrok.com/
R | RStudio-server 配置:https://www.jianshu.com/p/1227a73d2b45 |
windows电脑使用Rstudio有多少错误呢:http://www.bio-info-trainee.com/3925.html
利用reshape2包进行数据逆透视和数据透视 - 简书:https://www.jianshu.com/p/36f5268e932c
R视频课程/课件
- 数据:https://github.com/SiYangming/R_for_biologists
- 代码示例:https://colab.research.google.com/drive/1arTuu8URrnvvPsVhEgmetxF1-YkhHDRI?usp=sharing
R常见问题
R语言︱大数据集下运行内存管理:https://blog.csdn.net/sinat_26917383/article/details/51114265