This file is indexed.

/usr/lib/R/site-library/BSgenome/NAMESPACE is in r-bioc-bsgenome 1.46.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
import(methods)
importFrom(utils, read.table, available.packages, contrib.url,
                  installed.packages, str)
importFrom(stats, setNames)

import(BiocGenerics)
import(S4Vectors)
import(IRanges)
import(GenomeInfoDb)
import(GenomicRanges)
import(XVector)
import(Biostrings)
import(Rsamtools)
import(rtracklayer)


### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 classes
###

exportClasses(
    OnDiskLongTable_old,
    GRanges_OR_NULL, OnDiskLongTable,
    SNPlocs, ODLT_SNPlocs, OldFashionSNPlocs,
    InjectSNPsHandler,
    XtraSNPlocs,
    BSgenome, MaskedBSgenome,
    BSgenomeViews,

    ## BSgenomeForge classes:
    BSgenomeDataPkgSeed
)


### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S3 methods
###

S3method(as.data.frame, BSgenomeViews)

### We also export them thru the export() directive so that (a) they can be
### called directly, (b) tab-completion on the name of the generic shows them,
### and (c) methods() doesn't asterisk them.
export(
    as.data.frame.BSgenomeViews
)


### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 methods for generics not defined in BSgenome
###

exportMethods(
    ## Methods for generics defined in the base package:
    length, names,
    dim, dimnames,
    as.character, as.list, as.data.frame,
    "[[", "$", unlist,
    nchar,

    ## Methods for generics defined in the methods package:
    coerce, show,

    ## Methods for generics defined in the BiocGenerics package:
    start, end, width, strand, organism,

    ## Methods for generics defined in the S4Vectors package:
    elementNROWS,

    ## Methods for generics defined in the IRanges package:
    ranges, Views, subject, score,

    ## Methods for generics defined in the GenomeInfoDb package:
    seqinfo, "seqinfo<-", seqnames, "seqnames<-",
    commonName, provider, providerVersion, releaseDate, releaseName,

    ## Methods for generics defined in the GenomicRanges package:
    granges,

    ## Methods for generics defined in the Biostrings package:
    getSeq,
    seqtype, alphabetFrequency, hasOnlyBaseLetters,
    uniqueLetters, letterFrequency,
    oligonucleotideFrequency, nucleotideFrequencyAt,
    consensusMatrix, consensusString,
    matchPWM, countPWM, vmatchPattern, vcountPattern,

    ## Methods for generics defined in the rtracklayer package:
    export
)


### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export non-generic functions
###

export(
    ## OnDiskLongTable_old-class.R:
    saveAsOnDiskLongTable_old, saveRowidsForOnDiskLongTable_old,
    OnDiskLongTable_old,
    getBatchesFromOnDiskLongTable_old,
    getRowsByIndexFromOnDiskLongTable_old, getRowsByIdFromOnDiskLongTable_old,

    ## OnDiskLongTable-class.R:
    OnDiskLongTable, writeOnDiskLongTable, writeOnDiskLongTableRowids,
    getBatchesFromOnDiskLongTable,
    getBatchesBySeqnameFromOnDiskLongTable,
    getBatchesByOverlapsFromOnDiskLongTable,
    getRowsFromOnDiskLongTable,
    getRowsByIdFromOnDiskLongTable,

    ## OldFashionSNPlocs-class.R:
    newSNPlocs,

    ## XtraSNPlocs-class.R:
    newXtraSNPlocs,

    ## BSgenome-class.R:
    BSgenome, MaskedBSgenome,

    ## available.genomes.R:
    installed.genomes, available.genomes, getBSgenome,

    ## injectSNPs.R:
    installed.SNPs, available.SNPs,

    ## bsapply.R:
    bsapply,

    ## BSgenomeViews-class.R:
    BSgenomeViews,

    ## export-methods.R:
    writeBSgenomeToFasta,
    writeBSgenomeToTwobit,

    ## BSgenomeForge.R:
    forgeSeqlengthsFile,
    forgeSeqFiles,
    forgeMasksFiles
)


### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
### Export S4 generics defined in BSgenome + export corresponding methods
###

export(
    ## OnDiskLongTable_old-class.R:
    breakpoints, blocksizes, rowids,

    ## OnDiskLongTable-class.R:
    batchsizes, spatialIndex,

    ## SNPlocs-class.R:
    referenceGenome, compatibleGenomes,
    snpcount, snplocs,
    snpsBySeqname, snpsByOverlaps, snpsById,

    ## OldFashionSNPlocs-class.R:
    snpid2loc, snpid2alleles, snpid2grange,

    ## InjectSNPsHandler-class.R:
    SNPlocs_pkgname,

    ## BSgenome-class.R:
    sourceUrl,
    mseqnames,
    masknames,

    ## injectSNPs.R:
    injectSNPs,

    ## BSgenomeForge.R:
    forgeBSgenomeDataPkg,
    forgeMaskedBSgenomeDataPkg
)

### Exactly the same list as above.
exportMethods(
    breakpoints, blocksizes, rowids,
    batchsizes, spatialIndex,
    referenceGenome, compatibleGenomes,
    snpcount, snplocs,
    snpsBySeqname, snpsByOverlaps, snpsById,
    snpid2loc, snpid2alleles, snpid2grange,
    SNPlocs_pkgname,
    sourceUrl,
    mseqnames,
    masknames,
    injectSNPs,
    forgeBSgenomeDataPkg,
    forgeMaskedBSgenomeDataPkg
)