This file is indexed.

/usr/lib/R/site-library/DESeq2/CITATION is in r-bioc-deseq2 1.14.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
citEntry(entry="article",
         title = "Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2",
         author = personList( as.person("Michael I Love"),
                              as.person("Wolfgang Huber"),
                              as.person("Simon Anders")),
         year = 2014,
         journal = "Genome Biology",
         doi = "10.1186/s13059-014-0550-8",
         volume = 15,
         issue = 12,
         pages = 550,
         textVersion = 
         paste("Michael I Love, Wolfgang Huber and Simon Anders (2014):", 
               "Moderated estimation of fold change and dispersion for RNA-Seq data with DESeq2.",
                "Genome Biology" ) )