__Corbi__: R package for bioinformatics analysis
* Last updated: November 11, 2012

!!!Introduction

Corbi is a [R|http://www.r-project.org] package for bioinformatics analysis. Currently it includes the following tools:
* [CNetQ]: network querying method based on conditional random fields
* [CNetA]: network alignment method based on conditional random fields

!!!Reference
* Qiang Huang, Ling-Yun Wu, Xiang-Sun Zhang. [An Efficient Network Querying Method Based on Conditional Random Fields|http://bioinformatics.oxfordjournals.org/content/27/22/3173], Bioinformatics, 27(22): 3173-3178, 2011.

!!!Download and Install

The developmental version of [R|http://www.r-project.org] package Corbi can be found at GitHub:
* [https://github.com/wulingyun/Corbi]

The stable version of [R|http://www.r-project.org] package Corbi can be found at CRAN:
* [https://cran.r-project.org/web/packages/Corbi/]
as well as R-Forge:
* [https://r-forge.r-project.org/projects/corbi/]

To install this package directly within R, type:
{{{install.packages("Corbi")}}}
or
{{{install.packages("Corbi", repos="http://R-Forge.R-project.org")}}}

!!Web services
Corbi has been used in the following online web services:
* [http://app.aporc.org/CNetQ/]
* [http://app.aporc.org/CNetA/]


----
Category: [Software]