This file is indexed.

/usr/lib/R/site-library/GenomicRanges/doc/ExtendingGenomicRanges.R is in r-bioc-genomicranges 1.22.0-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
### R code from vignette source 'ExtendingGenomicRanges.Rnw'
### Encoding: UTF-8

###################################################
### code chunk number 1: style
###################################################
BiocStyle::latex(use.unsrturl=FALSE)


###################################################
### code chunk number 2: options
###################################################
options(width=72)
options(showHeadLines=3)
options(showTailLines=3)


###################################################
### code chunk number 3: granges-ranges
###################################################
library(GenomicRanges)
selectMethod(ranges, "GRanges")


###################################################
### code chunk number 4: delegating-granges-ranges
###################################################
selectMethod(ranges, "DelegatingGenomicRanges")


###################################################
### code chunk number 5: gnclist-granges
###################################################
getSlots("GNCList")["granges"]


###################################################
### code chunk number 6: vranges
###################################################
GenomicRanges:::extraColumnSlotNames(VariantAnnotation:::VRanges())