-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
100 lines (100 loc) · 3.15 KB
/
DESCRIPTION
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
Package: ensembldb
Type: Package
Title: Utilities to create and use Ensembl-based annotation databases
Version: 2.29.1
Authors@R: c(person(given = "Johannes", family = "Rainer",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6977-7147")),
person(given = "Tim", family = "Triche",
email = "[email protected]",
role = "ctb"),
person(given = "Christian", family = "Weichenberger",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-2176-0274")),
person(given = "Sebastian", family = "Gibb",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0001-7406-4443")),
person(given = "Laurent", family = "Gatto",
email = "[email protected]",
role = "ctb",
comment = c(ORCID = "0000-0002-1520-2268")),
person(given = "Boyu", family = "Yu",
email = "[email protected]",
role = "ctb"))
Author: Johannes Rainer <[email protected]> with contributions
from Tim Triche, Sebastian Gibb, Laurent Gatto
Christian Weichenberger and Boyu Yu.
Maintainer: Johannes Rainer <[email protected]>
URL: https://github.com/jorainer/ensembldb
BugReports: https://github.com/jorainer/ensembldb/issues
Imports:
methods,
RSQLite (>= 1.1),
DBI,
Biobase,
GenomeInfoDb,
AnnotationDbi (>= 1.31.19),
rtracklayer,
S4Vectors (>= 0.23.10),
Rsamtools,
IRanges (>= 2.13.24),
ProtGenerics,
Biostrings (>= 2.47.9),
curl
Depends:
R (>= 3.5.0),
BiocGenerics (>= 0.15.10),
GenomicRanges (>= 1.31.18),
GenomicFeatures (>= 1.49.6),
AnnotationFilter (>= 1.5.2)
Suggests:
BiocStyle,
knitr,
EnsDb.Hsapiens.v86 (>= 0.99.8),
testthat,
BSgenome.Hsapiens.NCBI.GRCh38,
ggbio (>= 1.24.0),
Gviz (>= 1.20.0),
rmarkdown,
AnnotationHub
Enhances:
RMariaDB,
shiny
VignetteBuilder: knitr
Description: The package provides functions to create and use
transcript centric annotation databases/packages. The
annotation for the databases are directly fetched from Ensembl
using their Perl API. The functionality and data is similar to
that of the TxDb packages from the GenomicFeatures package,
but, in addition to retrieve all gene/transcript models and
annotations from the database, ensembldb provides a filter
framework allowing to retrieve annotations for specific entries
like genes encoded on a chromosome region or transcript models
of lincRNA genes. EnsDb databases built with ensembldb contain
also protein annotations and mappings between proteins and
their encoding transcripts. Finally, ensembldb provides
functions to map between genomic, transcript and protein
coordinates.
Collate:
'Classes.R'
'Deprecated.R'
'Generics.R'
'Methods-Filter.R'
'Methods.R'
'dbhelpers.R'
'functions-EnsDb.R'
'functions-Filter.R'
'functions-create-EnsDb.R'
'functions-utils.R'
'proteinToX.R'
'transcriptToX.R'
'genomeToX.R'
'select-methods.R'
'seqname-utils.R'
'zzz.R'
biocViews: Genetics, AnnotationData, Sequencing, Coverage
License: LGPL
RoxygenNote: 7.3.2