citHeader("To cite QTLRel in publications use:")

citEntry(entry="article",
         title = "QTLRel: an R Package for Genome-wide Association Studies
                 in which Relatedness is a Concern",
         author = personList(person("Riyan", "Cheng"),
                             person("Mark", "Abney"),
			      person(c("Abraham", "A."), "Palmer"), 
			      person(c("Andrew", "D."), "Skol")),
         journal = "BMC Genetics",			     
         year = 2011,
         volume = 12,
         pages = "66",
         
         textVersion = 
         paste("Cheng R, Abney M, Palmer AA and Skol AD (2011)",
               "QTLRel: an R Package for Genome-wide Association",
               "Studies in which Relatedness is a Concern.",
               "BMC Genet. 12: 66")
         )

citEntry(entry="article",
         title = "Genome-wide association studies and the problem of relatedness
                 among advanced intercross lines and other highly recombinant
                 populations",
         author = personList(person("Riyan", "Cheng"),
                             person(c("Jackie", "E."), "Lim"),
                             person(c("Kaitlin", "E."), "Samocha"),
                             person("Greta", "Sokoloff"),
                             person("Mark", "Abney"),
                             person(c("Andrew", "D."), "Skol"),
			      person(c("Abraham", "A."), "Palmer")), 
         journal = "Genetics",			     
         year = 2001,
         volume = 185,
         pages = "1033-1044",
         
         textVersion = 
         paste("Cheng R, Lim JE, Samocha KE, Sokoloff G, Abney M, Skol AD and Palmer AA (2010)",
               "Genome-wide association studies and the problem of relatedness among advanced",
               "intercross lines and other highly recombinant populations.",
               "Genetics 185: 1033-1044")
         )
