-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
109 lines (109 loc) · 3.2 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
101
102
103
104
105
106
107
108
109
Package: CAGEr
Title: Analysis of CAGE (Cap Analysis of Gene Expression) sequencing data for precise mapping of transcription start sites and promoterome mining
Version: 2.11.5
Date: 2024-10-25
Authors@R:
c( person("Vanja", "Haberle", email = "[email protected]", role = "aut"),
person("Charles", "Plessy", email = "[email protected]", role = "cre"),
person("Damir", "Baranasic", email = "[email protected]", role = "ctb"),
person("Sarvesh", "Nikumbh", email = "[email protected]", role = "ctb")
)
Imports:
BiocGenerics,
BiocParallel,
Biostrings,
BSgenome,
CAGEfightR,
data.table,
formula.tools,
GenomeInfoDb,
GenomicAlignments,
GenomicFeatures,
GenomicRanges (>= 1.37.16),
ggplot2 (>= 2.2.0),
gtools,
IRanges (>= 2.18.0),
KernSmooth,
memoise,
plyr,
rlang,
Rsamtools,
reshape2,
rtracklayer,
S4Vectors (>= 0.27.5),
scales,
som,
stringdist,
stringi,
SummarizedExperiment,
utils,
vegan,
VGAM
Depends:
methods,
MultiAssayExperiment,
R (>= 4.1.0)
Suggests:
BSgenome.Dmelanogaster.UCSC.dm3,
BSgenome.Drerio.UCSC.danRer7,
BSgenome.Hsapiens.UCSC.hg18,
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Mmusculus.UCSC.mm9,
DESeq2,
FANTOM3and4CAGE,
ggseqlogo,
BiocStyle,
knitr,
rmarkdown
Description: The _CAGEr_ package identifies transcription start sites (TSS) and
their usage frequency from CAGE (Cap Analysis Gene Expression) sequencing data.
It normalises raw CAGE tag count, clusters TSSs into tag clusters (TC) and
aggregates them across multiple CAGE experiments to construct consensus
clusters (CC) representing the promoterome. CAGEr provides functions to
profile expression levels of these clusters by cumulative expression and
rarefaction analysis, and outputs the plots in ggplot2 format for further
facetting and customisation. After clustering, CAGEr performs analyses of
promoter width and detects differential usage of TSSs (promoter shifting)
between samples. CAGEr also exports its data as genome browser tracks, and as
R objects for downsteam expression analysis by other Bioconductor packages
such as DESeq2, CAGEfightR, or seqArchR.
License: GPL-3
biocViews: Preprocessing, Sequencing, Normalization, FunctionalGenomics, Transcription, GeneExpression, Clustering, Visualization
Collate:
'Multicore.R'
'CTSS.R'
'CAGEexp.R'
'ClusteringFunctions.R'
'ClusteringMethods.R'
'CAGEr.R'
'Annotations.R'
'AggregationMethods.R'
'CAGEfightR.R'
'CAGEr-package.R'
'Paraclu.R'
'CorrelationMethods.R'
'GetMethods.R'
'CumulativeDistributionMethods.R'
'Distclu.R'
'ExportMethods.R'
'ExpressionProfilingMethods.R'
'ImportFunctions.R'
'SetMethods.R'
'ImportMethods.R'
'MergingMethods.R'
'NormalizationFunctions.R'
'NormalizationMethods.R'
'QCmethods.R'
'QuantileWidthMethods.R'
'ResetMethods.R'
'Richness.R'
'RleDataFrame.R'
'ShiftingFunctions.R'
'ShiftingMethods.R'
'StrandInvaders.R'
'TSSlogo.R'
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8