This file is indexed.

/usr/lib/R/site-library/annotate/doc/chromLoc.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
### R code from vignette source 'chromLoc.Rnw'

###################################################
### code chunk number 1: buildCL
###################################################
library("annotate")
z <- buildChromLocation("hgu95av2")
z


###################################################
### code chunk number 2: showBasicMethods
###################################################
organism(z)

dataSource(z)

## The chromLocs list is extremely large.  Let's only
## look at one of the elements.
names(chromLocs(z))
chromLocs(z)[["Y"]]

get("32972_at", probesToChrom(z))

chromInfo(z)

get("32972_at", geneSymbols(z))



###################################################
### code chunk number 3: nChrom
###################################################
nChrom(z)