- Modern R Programming Cookbook
- Jaynal Abedin
- 48字
- 2021-07-08 09:48:28
Installing a library from the BioC repository
To install any library from the BioC repository, you have to use the biocLite.R file and then use the biocLite() function to install the library. The following code snippet is to install the GenomicFeatures library from the BioC repository:
source(https://bioconductor.org/biocLite.R)
biocLite("GenomicFeatures")
推薦閱讀
- Practical Data Analysis Cookbook
- 演進(jìn)式架構(gòu)(原書第2版)
- Python Game Programming By Example
- 軟件架構(gòu):Python語言實現(xiàn)
- Python貝葉斯分析(第2版)
- Java程序設(shè)計:原理與范例
- 程序設(shè)計基礎(chǔ)教程:C語言
- Android玩家必備
- 速學(xué)Python:程序設(shè)計從入門到進(jìn)階
- Internet of Things with ESP8266
- FPGA嵌入式項目開發(fā)實戰(zhàn)
- Learning Ionic(Second Edition)
- jBPM6 Developer Guide
- Microsoft Azure Security
- Scratch編程入門與算法進(jìn)階(第2版)