- Bioinformatics with Python Cookbook
- Tiago Antao
- 148字
- 2021-06-10 19:01:42
Interfacing with R via rpy2
If there is some functionality that you need and you cannot find it in a Python library, your first port of call is to check whether it's implemented in R. For statistical methods, R is still the most complete framework; moreover, some bioinformatics functionalities are also only available in R, most probably offered as a package belonging to the Bioconductor project.
rpy2 provides a declarative interface from Python to R. As you will see, you will be able to write very elegant Python code to perform the interfacing process. To show the interface (and try out one of the most common R data structures, the DataFrame, and one of the most popular R libraries, ggplot2), we will download its metadata from the Human 1,000 Genomes Project (http://www.1000genomes.org/). This is not a book on R, but we want to provide interesting and functional examples.
- Microsoft Application Virtualization Cookbook
- arc42 by Example
- Git高手之路
- 深度學習:算法入門與Keras編程實踐
- Learning ArcGIS for Desktop
- Scala Data Analysis Cookbook
- Mastering Elasticsearch(Second Edition)
- OpenCV 3 Blueprints
- QGIS 2 Cookbook
- Learning Splunk Web Framework
- Distributed Computing in Java 9
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Access 2016數據庫應用與開發:實戰從入門到精通(視頻教學版)
- TypeScript High Performance