-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.84 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
Package: txdbmaker
Title: Tools for making TxDb objects from genomic annotations
Description: A set of tools for making TxDb objects from genomic annotations
from various sources (e.g. UCSC, Ensembl, and GFF files). These tools
allow the user to download the genomic locations of transcripts,
exons, and CDS, for a given assembly, and to import them in a TxDb
object. TxDb objects are implemented in the GenomicFeatures package,
together with flexible methods for extracting the desired features in
convenient formats.
biocViews: Infrastructure, DataImport, Annotation, GenomeAnnotation,
GenomeAssembly, Genetics, Sequencing
URL: https://bioconductor.org/packages/txdbmaker
BugReports: https://github.com/Bioconductor/txdbmaker/issues
Version: 1.3.1
License: Artistic-2.0
Encoding: UTF-8
Authors@R: c(
person("H.", "Pagès", role=c("aut", "cre"),
email="[email protected]"),
person("M.", "Carlson", role="aut"),
person("P.", "Aboyoun", role="aut"),
person("S.", "Falcon", role="aut"),
person("M.", "Morgan", role="aut"),
person("R.", "Castelo", role="ctb"),
person("M.", "Lawrence", role="ctb"),
person("J.", "MacDonald", role="ctb"),
person("M.", "Ramos", role="ctb"),
person("S.", "Saini", role="ctb"),
person("L.", "Shepherd", role="ctb"))
Depends: BiocGenerics, S4Vectors, GenomeInfoDb (>= 1.39.9),
GenomicRanges, GenomicFeatures
Imports: methods, utils, stats, tools, httr, rjson, DBI, RSQLite (>= 2.0),
IRanges, UCSC.utils, AnnotationDbi, Biobase, BiocIO, rtracklayer,
biomaRt (>= 2.59.1)
Suggests: RMariaDB, mirbase.db, ensembldb, RUnit, BiocStyle, knitr
VignetteBuilder: knitr
Collate: utils.R
Ensembl-utils.R
findCompatibleMarts.R
TxDb-schema.R
TxDb-CREATE-TABLE-helpers.R
makeTxDb.R
makeTxDbFromUCSC.R
makeTxDbFromBiomart.R
makeTxDbFromEnsembl.R
makeTxDbFromGRanges.R
makeTxDbFromGFF.R
makeFeatureDbFromUCSC.R
makeTxDbPackage.R
zzz.R