编程语言R

官网:website_official https://www.r-project.org/

镜像下载地址:https://cran.r-project.org/mirrors.html

国内一般推荐:https://mirrors.ustc.edu.cn/CRAN/ 或者 https://mirrors.tuna.tsinghua.edu.cn/CRAN/

Rstudio

一款R语言的IDE。

website_official https://rstudio.com/

download https://rstudio.com/products/rstudio/

下载地址; https://posit.co/download/rstudio-desktop/

R语言教程

  • R DOC:https://cran.r-project.org/doc/

    《An Introduction to R》R导论: https://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf

    153 分钟学会 R: https://cran.r-project.org/doc/contrib/Liu-FAQ.pdf

    统计学与R读书笔记(第六版): https://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf

  • Introduction to Programming with R: https://discdown.org/rprogramming/index.html (new updated)

  • Learn R(R 语言学习内容汇总): https://kaopubear.top/learnR/

  • Quick R: https://www.statmethods.net/

  • http://r-tutorials.com/ R语言博客

  • https://www.r-tutor.com/

  • https://www.pluralsight.com/search?q=R

  • http://www.cookbook-r.com/Graphs/

  • https://www.rpubs.com/, https://rpubs.com/nishantsbi

  • https://rcompanion.org/handbook/

  • https://www.programiz.com/r

  • https://www.r-bloggers.com/

  • R的极客理想系列文章:http://blog.fens.me/series-r/

  • https://davetang.org/

  • 《R语言数据可视化之美》:https://github.com/EasyChart/Beautiful-Visualization-with-R

R语言常用Packages

Find an R package by name, find package documentation, find R documentation, find R functions, search R source code...: https://rdrr.io/

  • R语言爬虫:RSelenium

  • R绘图:https://www.tidyverse.org/, https://ggplot2.tidyverse.org/i

  • R与生物信息:BSgenome

  • R展示: https://bookdown.org/yihui/blogdown/

  • Blogdown; https://bookdown.org/yihui/blogdown/

R语言与统计

R for Data Science:https://r4ds.had.co.nz/

https://www.w3cschool.cn/r/r_random_forest.html

https://www.nist.gov/srd

聚类分析: https://zhuanlan.zhihu.com/p/37856153

R语言与生物学

The MRC Clinical Sciences Bioinformatics Team homepage contains information on our team, our training resources and our currently released sofware: https://mrccsc.github.io/

  • http://genomicsclass.github.io/book/

  • https://kbroman.org/

  • https://github.com/genomicsclass

  • https://github.com/GuangchuangYu, http://guangchuangyu.github.io/

  • https://github.com/ropensci/iheatmapr

Last updated