- 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")
推薦閱讀
- 現(xiàn)代C++編程:從入門到實(shí)踐
- Spring Boot開發(fā)與測(cè)試實(shí)戰(zhàn)
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- The Computer Vision Workshop
- Hands-On C++ Game Animation Programming
- PLC編程及應(yīng)用實(shí)戰(zhàn)
- MySQL數(shù)據(jù)庫(kù)基礎(chǔ)實(shí)例教程(微課版)
- 名師講壇:Spring實(shí)戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- AppInventor實(shí)踐教程:Android智能應(yīng)用開發(fā)前傳
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- 單片機(jī)原理及應(yīng)用技術(shù)
- Python計(jì)算機(jī)視覺和自然語(yǔ)言處理
- OpenCV 3.0 Computer Vision with Java
- 產(chǎn)品架構(gòu)評(píng)估原理與方法
- 前端程序員面試算法寶典