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.
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")
There are documentation available within package. To read the
documents in the R terminal using the command ?Corbi