Knowledge base of Conditional Random Field (CRF)

Much like a Markov random field, a CRF is an undirected graphical model in which each vertex represents a random variable whose distribution is to be inferred, and each edge represents a dependency between two random variables. (From Wikipedia)

Introduction and Resources#

Google search#

  • bioinformatics conditional random field: 13,800
  • bioinformatics hidden markov model: 297,000

Tutorials#

Resources#

References#

CRF in Bioinformatics#

Gene predictioin#

  • A. Culotta, D. Kulp, A. McCallum. Gene Prediction with Condtinal Random Fields. Technical Report, University of Massachusetts, 2005
  • Gross SS, Do CB, Batzoglou S. CONTRAST: de novo gene prediction using a semi-Markov conditional random field. In BCATS 2005 Symposium Proceedings, pp. 82, 2005.
  • Jade P. Vinson, David DeCaprio, Matthew D. Pearson, Stacey Luoma, James E. Galagan. Comparative Gene Prediction using Conditional Random Fields. NIPS, 2006.
  • Gross SS, Do CB, Batzoglou S. De novo gene prediction using a semi-Markov conditional random field. RECOMB, 2006.
  • Matthew K. Doherty. Gene Prediction with Conditional Random Fields. Master Thesis, Massachusetts Institute of Technology, 2007.
  • David DeCaprio, Jade P. Vinson, Matthew D. Pearson, Philip Montgomery, Matthew Doherty, and James E. Galagan. Conrad: Gene prediction using conditional random fields. Genome Research, 17(9), pp. 1389-1398, 2007.
  • A. Bernal, K. Crammer, A. Hatzigeorgiou, F. Pereira. Global discriminative learning for higher-accuracy computational gene prediction. PLoS Comput Biol, 2007, 3, e54
  • Samuel S. Gross, Chuong B. Do, Marina Sirota, and Serafim Batzoglou. CONTRAST: a discriminative, phylogeny-free approach to multiple informant de novo gene prediction. Genome Biology, 8(12):R269, 2007.

SNP array analysis#

Classification#

RNA structure#

Protein structure#

Networks#

Software#

FlexCRFs: Flexible Conditional Random Fields#

  • http://flexcrfs.sourceforge.net
  • FlexCRFs is a conditional random field toolkit for segmenting and labeling sequence data written in C/C++ using STL library. It was implemented based on the theoretic model presented in (Lafferty et al. 2001) and (Sha and Pereira 2003).

Kevin Murphy's CRF Toolbox#

Sunita Sarawagi's CRF package#

  • http://crf.sourceforge.net
  • The CRF package is a java implementation of Conditional Random Fields for sequential labeling developed by Sunita Sarawagi of IIT Bombay.

CRF++: Yet Another CRF toolkit#

  • http://crfpp.sourceforge.net
  • CRF++ is a simple, customizable, and open source implementation of Conditional Random Fields (CRFs) for segmenting/labeling sequential data.

Pocket CRF#

UGM#

Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
pdf
Lafferty et al. 2001.pdf 178.2 kB 1 19-Feb-2009 19:01 LingyunWu
pdf
Sha and Pereira 2003.pdf 195.9 kB 1 19-Feb-2009 19:01 LingyunWu
pdf
crf-tutorial.pdf 414.6 kB 1 16-Feb-2009 13:35 LingyunWu
pdf
crf_intro.pdf 112.3 kB 1 19-Feb-2009 19:24 LingyunWu
pdf
crf_klinger_tomanek.pdf 438.4 kB 1 16-Oct-2009 17:41 LingyunWu
« This page (revision-) was last changed on 05-Dec-2011 23:03 by LingyunWu