forked from BIMSBbioinfo/genomation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
76 lines (76 loc) · 2.26 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
Package: genomation
Type: Package
Title: Summary, annotation and visualization of genomic data
Version: 1.11.3
Author: Altuna Akalin [aut, cre], Vedran Franke [aut, cre], Katarzyna Wreczycka
[aut], Alexander Gosdschan [ctb], Liz Ing-Simmons [ctb], Bozena Mika-Gospodorz [ctb]
Maintainer: Altuna Akalin <[email protected]>, Vedran Franke
<[email protected]>, Katarzyna Wreczycka <[email protected]>
Description: A package for summary and annotation of genomic intervals. Users
can visualize and quantify genomic intervals over pre-defined functional
regions, such as promoters, exons, introns, etc. The genomic intervals
represent regions with a defined chromosome position, which may be associated
with a score, such as aligned reads from HT-seq experiments, TF binding sites,
methylation scores, etc. The package can use any tabular genomic feature data
as long as it has minimal information on the locations of genomic intervals. In
addition, It can use BAM or BigWig files as input.
License: Artistic-2.0
LazyLoad: yes
VignetteBuilder: knitr
biocViews: Annotation, Sequencing, Visualization, CpGIsland
Encoding: latin1
URL: http://bioinformatics.mdc-berlin.de/genomation/
BugReports: https://github.com/BIMSBbioinfo/genomation/issues
Depends:
R (>= 3.0.0),grid
Imports:
Biostrings (>= 2.47.6),
BSgenome (>= 1.47.3),
data.table,
GenomeInfoDb,
GenomicRanges (>= 1.31.8),
GenomicAlignments (>= 1.15.6),
S4Vectors (>= 0.17.25),
ggplot2,
gridBase,
impute,
IRanges (>= 2.13.12),
matrixStats,
methods,
parallel,
plotrix,
plyr,
readr,
reshape2,
Rsamtools (>= 1.31.2),
seqPattern,
rtracklayer (>= 1.39.7),
RUnit,
Rcpp (>= 0.12.14)
Suggests:
BiocGenerics,
genomationData,
knitr,
RColorBrewer,
rmarkdown
Collate:
'combineScoreMatrixList.R'
'documentData.R'
'genomation-classes.R'
'getRandomEnrichment.R'
'findFeatureComb.R'
'patternMatrix.R'
'plotMatrix.R'
'randomizeFeature.R'
'readAnnotate.R'
'readData.R'
'scoreMatrix.R'
'scoreMatrixBin.R'
'scoreMatrixList.R'
'Ops.R'
'test_genomation_package.R'
'deprecated_defunct.R'
'enrichmentMatrix.R'
'RcppExports.R'
LinkingTo: Rcpp
RoxygenNote: 6.0.1.9000