citHeader("To cite the R package 'bgmm' in publications use:")

citEntry(entry  = "unpublished",
         title  = "Introducing knowledge into differential expression analysis",
         author = personList(
                 person(first="Ewa", last="Szczurek",
                        email="szczurek@molgen.mpg.de"),
                 person(first="Przemyslaw", last="Biecek",
                        email="pbiecek@m imuw.edu.pl"),
                 person(first="Jerzy", last="Tiuryn"),
                 person(first="Martin", last="Vingron")),
         year = 2010,
         note = "Webpage: http://bgmm.molgen.mpg.de/",
         textVersion = paste(
         "E. Szczurek, P. Biecek, J. Tiuryn and M. Vingron (2010)",
         "Introducing knowledge into differential expression analysis",
         "J Comput Biol., 17(8):953--67")
         )

