This file is indexed.

/usr/lib/R/site-library/annotate/doc/annotate.R is in r-bioc-annotate 1.56.1+dfsg-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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
### R code from vignette source 'annotate.Rnw'

###################################################
### code chunk number 1: loadlibs
###################################################
library("annotate")
library("hgu95av2.db")
ls("package:hgu95av2.db")


###################################################
### code chunk number 2: qc
###################################################
hgu95av2()


###################################################
### code chunk number 3: locusid
###################################################
hgu95av2ENTREZID


###################################################
### code chunk number 4: getting
###################################################

get("1000_at", env=hgu95av2ENTREZID)
hgu95av2ENTREZID[["1000_at"]]
hgu95av2ENTREZID$"1000_at"



###################################################
### code chunk number 5: tolist
###################################################
LLs = as.list(hgu95av2ENTREZID)
length(LLs)
names(LLs)[1:10]



###################################################
### code chunk number 6: annotate.Rnw:216-217
###################################################
sessionInfo()