This file is indexed.

/usr/lib/R/site-library/ensembldb/NEWS is in r-bioc-ensembldb 2.2.2-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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
CHANGES IN VERSION 2.2.2
------------------------

- Fix for issue #75.


CHANGES IN VERSION 2.2.1
------------------------

- Fix for issue #72: problem with Ensembl GTF file lacking exon_id field.


CHANGES IN VERSION 2.1.12
------------------------

BUG FIXES:
    o Use new defaults from the IRanges package for arguments maxgap = -1L,
      minoverlap = 0L in transcriptsByOverlaps and exonsByOverlaps methods.

CHANGES IN VERSION 2.1.12
------------------------

BUG FIXES:
    o Remove RSQLite warnings (issue #54).

CHANGES IN VERSION 2.1.11
------------------------

BUG FIXES:
    o ensDbFromGtf failed to parse header for GTF files with more than one
      white space.
      

CHANGES IN VERSION 2.1.10
------------------------

USER VISIBLE CHANGES
     o supportedFilters returns a data frame with the filter class name and
       corresponding field (column) name.


CHANGES IN VERSION 2.1.9
------------------------

NEW FEATURES
    o Support for global filters in an EnsDb object.
    o Add filter function.
    

CHANGES IN VERSION 2.1.8
------------------------

NEW FEATURES
    o New annotations available in EnsDb objects: gene.description and
      tx.tx_support_level.
    o New TxSupportLevelFilter object.


CHANGES IN VERSION 1.99.13
--------------------------

USER VISIBLE CHANGES:
    o Most filter classes are now imported from the AnnotationFilter package.
    o Parameter 'filter' supports now filter expression.
    o Multiple filters can be combined with & and |.
    o buildQuery is no longer exported.


CHANGES IN VERSION 1.99.11
--------------------------

BUG FIXES:
    o ensDbFromGtf failed to fetch sequence length for some ensemblgenomes
      versions.
    

CHANGES IN VERSION 1.99.11
--------------------------

NEW FEATURES
    o Retrieving also the taxonomy ID from the Ensembl databases and storing this
      information into the metadata table.


CHANGES IN VERSION 1.99.10
--------------------------

BUG FIXES:
    o Fix problem on Windows systems failing to download files from Ensembl
      servers.

CHANGES IN VERSION 1.99.6
-------------------------

BUG FIXES:
    o MySQL database name for useMySQL was not created as expected for GTF/GFF
      based EnsDbs.


CHANGES IN VERSION 1.99.5
-------------------------

NEW FEATURES:
    o OnlyCodingTxFilter is now exported. This filter allows to query for
    protein coding genes.


CHANGES IN VERSION 1.99.3
-------------------------

BUG FIXES:
   o Add two additional uniprot table columns to internal variable and fix
     failing unit test.


CHANGES IN VERSION 1.99.3
-------------------------

BUG FIXES:
   o Add two additional uniprot table columns to internal variable and fix
     failing unit test.


CHANGES IN VERSION 1.99.3
-------------------------

NEW FEATURES:
    o UniprotdbFilter and UniprotmappingtypeFilter.

USER VISIBLE CHANGES:
    o Fetching Uniprot database and the type of mapping method for
      Uniprot IDs to Ensembl protein IDs: database columns uniprot_db and
      uniprot_mapping_type.


CHANGES IN VERSION 1.99.2
-------------------------

BUG FIXES:
    o Perl script is no longer failing if no chromosome info is available.


CHANGES IN VERSION 1.99.1
-------------------------

BUG FIXES:
    o No protein table indices were created when inserting an EnsDb with protein
      data to MySQL.


CHANGES IN VERSION 1.99.0
-------------------------

NEW FEATURES:
    o The perl script to create EnsDb databases fetches also protein annotations.
    o Added functionality to extract protein annotations from the database
      (if available) ensuring backward compatibility.
    o Add proteins vignette.

USER VISIBLE CHANGES:
    o Improved functionality to fetch sequence lengths for chromosomes from
      Ensembl or ensemblgenomes.


CHANGES IN VERSION 1.5.14
-------------------------

NEW FEATURES:
    o listEnsDbs function to list EnsDb databases in a MySQL server.
    o EnsDb constructor function allows to directly connect to a EnsDb database
      in a MySQL server.
    o useMySQL compares the creation date between database and SQLite version and
      proposes to update database if different.


CHANGES IN VERSION 1.5.13
-------------------------

NEW FEATURES:
    o useMySQL method to insert the data into a MySQL database and switch backend
      from SQLite to MySQL.


CHANGES IN VERSION 1.5.12
-------------------------

USER VISIBLE CHANGES:
    o Add additional indices on newly created database which improves performance
      considerably.

BUG FIXES
    o Fix issue #11: performance problems with RSQLite 1.0.9011. Ordering for
      cdsBy, transcriptsBy, UTRs by is performed in R and not in SQL.
    o Fix ordering bug: results were sorted by columns in alphabetical order
      (e.g. if order.by = "seq_name, gene_seq_start" was provided they were sorted
      by gene_seq_start and then by seq_name


CHANGES IN VERSION 1.5.11
-------------------------

BUG FIXES
    o makeEnsemblSQLiteFromTables and ensDbFromGRanges perform sanity checks
      on the input tables.


CHANGES IN VERSION 1.5.10
-------------------------

USER VISIBLE CHANGES:
     o Using html_document2 style for the vignette.

CHANGES IN VERSION 1.5.9
-------------------------

NEW FEATURES:
    o New SymbolFilter.
    o returnFilterColumns method to enable/disable that filter columns are also
      returned by the methods (which is the default).
    o select method support for SYMBOL keys, columns and filter.
    o Select method does ensure result ordering matches the input keys if a
      single filter or only keys are provided.


CHANGES IN VERSION 1.5.8
-------------------------

BUG FIXES
    o Fix problem with white space separated species name in ensDbFromGRanges.


CHANGES IN VERSION 1.5.7
-------------------------

OTHER CHANGES
    o Fixed typos in documentation


CHANGES IN VERSION 1.5.6
-------------------------

BUG FIXES
    o Fix warning fo validation of numeric BasicFilter.


CHANGES IN VERSION 1.5.5
-------------------------

BUG FIXES
    o exonsBy: did always return tx_id, even if not present in columns argument.


CHANGES IN VERSION 1.5.4
-------------------------

BUG FIXES
    o tx_id was removed from metadata columns in txBy.
    o Fixed a bug that caused exon_idx column to be character if database created
      from a GTF.


CHANGES IN VERSION 1.5.2
-------------------------

NEW FEATURES:
    o Added support for column tx_name in all methods and in the keys and select methods.
      Values in the returned tx_name columns correspond to the tx_id.
    o Update documentation.


CHANGES IN VERSION 1.5.1
-------------------------

BUG FIXES
    o tx_id was removed from metadata columns in txBy.
    o Fixed a bug that caused exon_idx column to be character if database created
      from a GTF.


CHANGES IN VERSION 1.3.20
-------------------------

BUG FIXES
    o methods transcripts, genes etc don't result in an error when columns are specified which
      are not present in the database and the return.type is GRanges.
    o Removed the transcriptLengths method implemented in ensembldb in favor of using the one
      from GenomicFeatures.


CHANGES IN VERSION 1.3.19
-------------------------

BUG FIXES
    o ensDbFromGRanges (and thus ensDbFromGtf, ensDbFromGff and ensDbFromAH) support now
      Ensembl GTF file formats from version 74 and before.


CHANGES IN VERSION 1.3.18
-------------------------

NEW FEATURES
    o New ExonrankFilter to filter based on exon index/rank.


CHANGES IN VERSION 1.3.17
-------------------------

BUG FIXES
    o Use setdiff/intersect instead of psetdiff/pintersect.


CHANGES IN VERSION 1.3.16
-------------------------

BUG FIXES
    o Fixed failing test.


CHANGES IN VERSION 1.3.15
-------------------------

NEW FEATURES
    o GRangesFilter now supports GRanges of length > 1.
    o seqlevels method for GRangesFilter.
    o New methods exonsByOverlaps and transcriptsByOverlaps.


CHANGES IN VERSION 1.3.14
-------------------------

NEW FEATURES
    o seqlevelsStyle getter and setter method to change the enable easier integration
      of EnsDb objects with UCSC based packages. supportedSeqlevelsStyle method to list
      possible values. Global option "ensembldb.seqnameNotFound" allows to adapt the
      behaviour of the mapping functions when a seqname can not be mapped properly.
    o Added a seqlevels method for EnsDb objects.

SIGNIFICANT USER-VISIBLE CHANGES
    o Add an example to extract transcript sequences directly from an EnsDb object to
      the vignette.
    o Add examples to use EnsDb objects with UCSC chromosome names to the vignette.

BUG FIXES
    o Seqinfo for genes, transcripts and exons contain now only the seqnames returned
      in the GRanges, not all that are in the database.


CHANGES IN VERSION 1.3.13
-------------------------

NEW FEATURES
    o EnsDb: new "hidden" slot to store additional properties and a method updateEnsDb
      to update objects to the new implementation.
    o New method "transcriptLengths" for EnsDb that creates a similar data.frame than
      the same named function in the GenomicFeatures package.

BUG FIXES
    o fiveUTRsByTranscript and threeUTRsByTranscript returned wrong UTRs for some special
      cases in which the CDS start and end were in the same exon. This has been fixed.


CHANGES IN VERSION 1.3.12
-------------------------

NEW FEATURES
    o ensDbFromGff and ensDbFromAH functions to build EnsDb objects from GFF3 files
      or directly from AnnotationHub ressources.
    o getGenomeFaFile does now also retrieve Fasta files for the "closest" Ensembl
      release if none is available for the matching version.

SIGNIFICANT USER-VISIBLE CHANGES
    o Removed argument 'verbose' in ensDbFromGRanges and ensDbFromGtf.
    o Updated parts of the vignette.
    o Removed method extractTranscriptSeqs again due to some compatibility problems
      with GenomicRanges.

BUG FIXES
    o Avoid wrong CDS start/end position definition for Ensembl gtf files in which the
      start or end codon is outside the CDS.


CHANGES IN VERSION 1.3.11
-------------------------

BUG FIXES
    o "select" method returns now also the keytype as a column from the database.


CHANGES IN VERSION 1.3.10
-------------------------

NEW FEATURES
    o Implemented methods columns, keys, keytypes, mapIds and select from AnnotationDbi.
    o Methods condition<- and value<- for BasicFilter.


CHANGES IN VERSION 1.3.9
------------------------

SIGNIFICANT USER-VISIBLE CHANGES
    o The shiny app now allows to return the search results.



CHANGES IN VERSION 1.3.7
------------------------

SIGNIFICANT USER-VISIBLE CHANGES
    o Some small changes to the vignette.

BUG FIXES
    o Fixed a problem in an unit test.


CHANGES IN VERSION 1.3.6
------------------------

BUG FIXES
    o Fixed a bug in ensDbFromGRanges.


CHANGES IN VERSION 1.3.5
------------------------

NEW FEATURES
    o Added GRangesFilter enabling filtering using a (single!) GRanges object.
    o Better usability and compatibility with chromosome names: SeqnameFilter and
      GRangesFilter support both Ensembl and UCSC chromosome names, if option
      ucscChromosomeNames is set to TRUE returned chromosome/seqnames are in
      UCSC format.

SIGNIFICANT USER-VISIBLE CHANGES
    o Added method "value" for BasicFilter objects.

BUG FIXES
    o transcripts, genes, exons return now results sorted
      by seq name and start coordinate.


CHANGES IN VERSION 1.3.4
------------------------

NEW FEATURES
    o Added extractTranscriptSeqs method for EnsDb objects.


SIGNIFICANT USER-VISIBLE CHANGES
    o Added a section to the vignette describing the use of ensembldb in Gviz.
    o Fixed the vignette to conform the "Bioconductor style".
    o Added argument use.names to exonsBy.

BUG FIXES
    o Fixed bug with getGeneRegionTrackForGviz with only chromosome specified.
    o Fixed an internal problem subsetting a seqinfo.


CHANGES IN VERSION 1.3.3
------------------------

NEW FEATURES
    o Add method getGeneRegionTrackForGviz to enable using EnsDb databases for Gviz.

BUG FIXES
    o cdsBy, fiveUTRsForTranscript and threeUTRsForTranscript do no longer throw
      an error if nothing was found but return NULL and produce a warning.



CHANGES IN VERSION 1.3.2
------------------------

NEW FEATURES
    o Implemented methods cdsBy, fiveUTRsForTranscript and threeUTRsForTranscript
      for EnsDb.



CHANGES IN VERSION 1.3.1
------------------------

BUG FIXES
    o Ensuring that methods exons, genes and transcripts return columns in the
      same order than provided with argument 'columns' for return.type 'data.frame'
      or 'DataFrame'.



CHANGES IN VERSION 1.1.9
------------------------

BUG FIXES

    o Fixed a figure placement problem that can result in an error on certain
      systems using a recent TexLive distribution.



CHANGES IN VERSION 1.1.6
------------------------

BUG FIXES

    o Fix a bug in lengthOf that caused an error if no filter was supplied.


CHANGES IN VERSION 1.1.5
------------------------

NEW FEATURES

    o Implemented a shiny web app to search for genes/transcripts/exons using
      annotation of an EnsDb annotation package (function runEnsDbApp).



CHANGES IN VERSION 1.1.4
------------------------

NEW FEATURES

    o Added promoters method.



CHANGES IN VERSION 1.1.3
------------------------

SIGNIFICANT USER-VISIBLE CHANGES

    o Added method ensemblVersion that returns the Ensembl version the package bases on.
    o Added method getGenomeFaFile that queries AnnotationHub to retrieve the Genome
      FaFile matching the Ensembl version of the EnsDb object.


CHANGES IN VERSION 1.1.2
------------------------

SIGNIFICANT USER-VISIBLE CHANGES

    o Added examples to the vignette for building an EnsDb using AnnotationHub along with
      the matching genomic sequence.
    o Added an example for fetching the sequences of genes, transcripts and exons to the vignette.


BUG FIXES

    o Fixed a bug in ensDbFromGRanges and ensDbFromGtf in which the genome build version
      was not set even if provided.



CHANGES IN VERSION 1.1.1
------------------------

SIGNIFICANT USER-VISIBLE CHANGES

    o The filter argument in all functions supports now also submission of a filter
      object, not only of a list of filter objects.



CHANGES IN VERSION 0.99.18
--------------------------

BUG FIXES

    o Fixed a problem in processing GTF files without header information.

    o Fixed a bug failing to throw an error if not all required feature types are
      available in the GTF.



CHANGES IN VERSION 0.99.17
--------------------------

NEW FEATURES

    o Added new function ensDbFromGRanges that builds an EnsDB database from information
      provided in a GRanges object (e.g. retrieved from the AnnotationHub).



CHANGES IN VERSION 0.99.16
--------------------------

SIGNIFICANT USER-VISIBLE CHANGES

    o Added argument outfile to ensDbFromGtf that allows to manually specify the file
      name of the database file.

    o ensDbFromGtf tries now to automatically fetch the sequence lengths from Ensembl.


BUG FIXES

    o Fixed the function that extracts the genome build version from the gtf file name.



CHANGES IN VERSION 0.99.15
--------------------------

NEW FEATURES

    o metadata method to extract the information from the metadata database table.

    o ensDbFromGtf function to generate a EnsDb SQLite file from an (Ensembl)
      GTF file.



CHANGES IN VERSION 0.99.14
--------------------------

BUG FIXES

    o Fixed a problem when reading tables fetched from Ensembl that contained ' or #.



CHANGES IN VERSION 0.99.13
--------------------------

SIGNIFICANT USER-VISIBLE CHANGES

    o Added argument "port" to the fetchTablesFromEnsembl to allow specifying the MySQL port
      of the database.



CHANGES IN VERSION 0.99.12
--------------------------

BUG FIXES

    o argument "x" for method organism changed to "object".