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(packageDescription("TEQC")$Date,1,4),
    note = paste("R package version", packageDescription("TEQC")$Version),
    textVersion =
      paste("M. Hummel, S. Bonnin, E. Lowy and G. Roma (",
        substring(packageDescription("TEQC")$Date,1,4),
        ") TEQC ",
        "R package, version ", packageDescription("TEQC")$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 = "doi: 10.1093/bioinformatics/btr122",
    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, doi: 10.1093/bioinformatics/btr122")
)


