This file is indexed.

/usr/lib/R/site-library/savR/doc/savR.R is in r-bioc-savr 1.16.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
### R code from vignette source 'savR.Rnw'

###################################################
### code chunk number 1: prepare
###################################################
library(savR)


###################################################
### code chunk number 2: intro
###################################################
fc <- savR(system.file("extdata", "MiSeq", package="savR"))


###################################################
### code chunk number 3: show
###################################################
fc


###################################################
### code chunk number 4: doPfPlot (eval = FALSE)
###################################################
## pfBoxplot(fc)


###################################################
### code chunk number 5: pfPlot
###################################################
png(filename="pf.png", width=400, height=300, res=72)
pfBoxplot(fc)
invisible(dev.off())


###################################################
### code chunk number 6: intro2 (eval = FALSE)
###################################################
## fc <- savR(system.file("extdata", "MiSeq", package="savR"))


###################################################
### code chunk number 7: ri
###################################################
directions(fc)
reads(fc)
cycles(fc)
flowcellLayout(fc)


###################################################
### code chunk number 8: ciex
###################################################
head(correctedIntensities(fc), n=1)


###################################################
### code chunk number 9: doCiPlot (eval = FALSE)
###################################################
## plotIntensity(fc)


###################################################
### code chunk number 10: ciPlot
###################################################
png(filename="ci.png", width=250, height=400, res=72)
plotIntensity(fc)
invisible(dev.off())


###################################################
### code chunk number 11: qmex
###################################################
head(qualityMetrics(fc), n=1)


###################################################
### code chunk number 12: doQhPlot (eval = FALSE)
###################################################
## qualityHeatmap(fc,1,1)


###################################################
### code chunk number 13: qhPlot
###################################################
png(filename="qh.png", width=400, height=300, res=72)
qualityHeatmap(fc,1,1)
invisible(dev.off())


###################################################
### code chunk number 14: tmex
###################################################
head(tileMetrics(fc), n=4)


###################################################
### code chunk number 15: example2
###################################################
head(extractionMetrics(fc), n=1)