File: CITATION

package info (click to toggle)
qtl 1.23-16-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 11,580 kB
  • sloc: ansic: 11,586; cpp: 3,085; ruby: 193; sh: 171; makefile: 1
file content (18 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
citHeader("To cite R/qtl in publications use:")

citEntry(entry="article",
         title = "R/qtl: {QTL} mapping in experimental crosses",
         author = personList(person("Karl", "Broman", "W."),
                             person("Hao", "Wu"),
			     person("Saunak", "Sen"),
			     person("Gary", "Churchill", "A.")),
         journal = "Bioinformatics",			     
         year = 2003,
         volume = 19,
         pages = "889-890",
         
         textVersion = 
         paste("Broman et al. (2003) R/qtl: QTL mapping in",
               "experimental crosses. Bioinformatics 19:889-890")
         )