forked from BIMSBbioinfo/genomation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
72 lines (72 loc) · 2.05 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
Package: genomation
Type: Package
Title: Summary, annotation and visualization of genomic data
Version: 1.9.3
Author: Altuna Akalin [aut, cre], Vedran Franke [aut, cre], Katarzyna Wreczycka
[aut], Alexander Gosdschan [ctb], Liz Ing-Simmons [ctb]
Maintainer: Altuna Akalin <aakalin@gmail.com>, Vedran Franke
<vedran.franke@gmail.com>
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,
BSgenome,
data.table,
GenomeInfoDb,
GenomicRanges (>= 1.23.26),
GenomicAlignments,
S4Vectors (>= 0.9.25),
ggplot2,
gridBase,
impute,
IRanges,
matrixStats,
methods,
parallel,
plotrix,
plyr,
readr,
reshape2,
Rsamtools (>= 1.25.2),
seqPattern,
rtracklayer,
RUnit
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'
RoxygenNote: 6.0.1.9000