File: CITATION

package info (click to toggle)
r-bioc-rtracklayer 1.66.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,396 kB
  • sloc: ansic: 20,142; xml: 3; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
citEntry(entry="article",
         title = paste("rtracklayer: an R package for interfacing with
                  genome browsers" ),
         author = personList( as.person("Michael Lawrence"),
                              as.person("Robert Gentleman"),
                              as.person("Vincent Carey")),
         year = 2009,
         journal = "Bioinformatics",
         volume = "25",
         pages = "1841-1842",
         doi = "10.1093/bioinformatics/btp328",
         url = "http://bioinformatics.oxfordjournals.org/content/25/14/1841.abstract",         
         textVersion = 
         paste("M. Lawrence, R. Gentleman, V. Carey:", 
               "\"rtracklayer: an {R} package for interfacing with",
               "genome browsers\".", 
               "Bioinformatics 25:1841-1842."))