- 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.
- Manga Studio Ex 5 Cookbook
- Python自然語(yǔ)言處理(微課版)
- R Data Analysis Cookbook(Second Edition)
- Asynchronous Android Programming(Second Edition)
- HTML+CSS+JavaScript網(wǎng)頁(yè)設(shè)計(jì)從入門(mén)到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開(kāi)發(fā)視頻大講堂)
- 快速入門(mén)與進(jìn)階:Creo 4·0全實(shí)例精講
- .NET 4.5 Parallel Extensions Cookbook
- 區(qū)塊鏈國(guó)產(chǎn)化實(shí)踐指南:基于Fabric 2.0
- Android Studio Cookbook
- Flask Web開(kāi)發(fā):基于Python的Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- Python大規(guī)模機(jī)器學(xué)習(xí)
- Mastering Swift 4(Fourth Edition)
- 信息學(xué)競(jìng)賽寶典:基礎(chǔ)算法
- Java Web程序開(kāi)發(fā)參考手冊(cè)
- 谷歌JAX深度學(xué)習(xí)從零開(kāi)始學(xué)