学习资源
最后发布时间:2022-10-09 16:17:09
浏览量:
源码编译安装
https://blog.csdn.net/weixin_42347486/article/details/116667172
https://zhuanlan.zhihu.com/p/517804965
绘图使用的R包
- maftools:突变数据可视化
- trackViewer:将甲基化或突变位点与注释一起可视。
常用网站
- https://ggplot2-book.org/
- https://r-graphics.org/
- https://www.r-graph-gallery.com/index.html
- https://r-charts.com/
- https://rc2e.com/index.html
- http://www.bioconductor.org/
- https://r-forge.r-project.org/
- https://r-hub.github.io/rhub/index.html
- https://www.baeldung.com/java-r-integration
- https://rdrr.io/
- https://www.tidyverse.org/
R包管理
清华源配置
~/.Rprofile
options("repos" = c(CRAN="https://mirrors.tuna.tsinghua.edu.cn/CRAN/"))
options(BioC_mirror="https://mirrors.tuna.tsinghua.edu.cn/bioconductor")
Sys.setlocale("LC_MESSAGES", "en_US.utf8")
配置文件
https://support.rstudio.com/hc/en-us/articles/360047157094-Managing-R-with-Rprofile-Renviron-Rprofile-site-Renviron-site-rsession-conf-and-repos-conf