citHeader("To cite the TEQC package in publications use:")

citEntry(entry="Manual",
    title = "TEQC: Quality control for target capture experiments",
    author = personList(as.person("M. Hummel"), as.person("S. Bonnin"),
	as.person("E. Lowy"), as.person("G. Roma")),
    year = substring(meta$Date,1,4),
    note = paste("R package version", meta$Version),
    textVersion =
      paste("M. Hummel, S. Bonnin, E. Lowy and G. Roma (",
        substring(meta$Date,1,4),
        ") TEQC ",
        "R package, version ", meta$Version,
        ".", sep = "")
)

citEntry(entry="Article",
    title = "TEQC: an R-package for quality control in target capture experiments",
    author = personList(as.person("M. Hummel"), as.person("S. Bonnin"),
	as.person("E. Lowy"), as.person("G. Roma")),
    journal = "Bioinformatics",
    number = "27(9):1316-1317",
    pages = "",
    year = 2011,
    textVersion =
      paste("M. Hummel, S. Bonnin, E. Lowy and G. Roma (2011)",
		"TEQC: an R-package for quality control in target capture experiments,",
        	"Bioinformatics, 27(9):1316-1317")
)


