- Bioinformatics with Python Cookbook
- Tiago Antao
- 191字
- 2021-06-10 19:01:42
There's more...
It's worth repeating that the advances in the Python software ecology are occurring at a breakneck pace. This means that if a certain functionality is not available today, it might be released sometime in the near future. So, if you are developing a new project, be sure to check for the very latest developments on the Python front before using functionality from an R package.
There are plenty of R packages for Bioinformatics in the Bioconductor project (http://www.bioconductor.org/). This should probably be your first port of call in the R world for bioinformatics functionalities. However, note that there are many R Bioinformatics packages that are not on Bioconductor, so be sure to search the wider R packages on Comprehensive R Archive Network (CRAN) (refer to CRAN at http://cran.rproject.org/).
There are plenty of plotting libraries for Python. Matplotlib is the most common library, but you also have a plethora of other choices. In the context of R, it's worth noting that there is a ggplot2-like implementation for Python based on the Grammar of Graphics description language for charts, and this is called—surprise, surprise—ggplot! (http://yhat.github.io/ggpy/).
- Java 開發從入門到精通(第2版)
- Python測試開發入門與實踐
- 青少年美育趣味課堂:XMind思維導圖制作
- MATLAB實用教程
- Django 3.0入門與實踐
- SQL Server 2008 R2數據庫技術及應用(第3版)
- 代替VBA!用Python輕松實現Excel編程
- Hands-On Dependency Injection in Go
- Sitecore Cookbook for Developers
- Android嵌入式系統程序開發(基于Cortex-A8)
- Ubuntu Server Cookbook
- H5頁面設計與制作(全彩慕課版·第2版)
- HTML5/CSS3/JavaScript技術大全
- Mastering PostgreSQL 11(Second Edition)
- Learning C# by Developing Games with Unity 3D Beginner's Guide