Collection of Rudimentary Bioinformatics Tools.
README
Corbi is an R package provided a bundle of basic and fundamental bioinformatics tools, such as differential expression analysis, biomarker identification, network querying and alignment, subnetwork extraction and search.
How to install?
Stable version: The stable version of Corbi is available in the following websites:
CRAN: https://CRAN.R-project.org/package=Corbi
R users can directly install Corbi package in the R terminal using the command
install.packages("Corbi")
R-Forge: http://R-Forge.R-project.org/projects/corbi/
R users can also install Corbi package in the R terminal using the command
install.packages("Corbi", repos="http://R-Forge.R-project.org")
Latest beta version: The latest developmental version of Corbi can be downloaded from GitHub and installed from source.
- GitHub: https://github.com/wulingyun/Corbi
How to use?
There are documentation available within package. To read the documents in the R terminal using the command ?Corbi
.