-
Notifications
You must be signed in to change notification settings - Fork 14
/
DESCRIPTION
74 lines (74 loc) · 2.16 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
Package: proActiv
Title: Estimate Promoter Activity from RNA-Seq data
Version: 1.3.4
Authors@R: c(
person(given = "Deniz",
family = "Demircioglu",
role = c("aut"),
email = "ddemircioglu@gis.a-star.edu.sg",
comment = c(ORCID = "0000-0001-7857-0407")),
person(given = "Jonathan",
family = "Göke",
role = c("aut"),
email = "gokej@gis.a-star.edu.sg"),
person(given = "Joseph",
family = "Lee",
role = c("cre"),
email = "joseph.lee@u.nus.edu"))
Description: Most human genes have multiple promoters that control the
expression of different isoforms. The use of these alternative promoters
enables the regulation of isoform expression pre-transcriptionally.
Alternative promoters have been found to be important in a wide number of cell
types and diseases. proActiv is an R package that enables the analysis of
promoters from RNA-seq data. proActiv uses aligned reads as input, and
generates counts and normalized promoter activity estimates for each annotated
promoter. In particular, proActiv accepts junction files from TopHat2 or STAR
or BAM files as inputs. These estimates can then be used to identify which
promoter is active, which promoter is inactive, and which promoters change
their activity across conditions. proActiv also allows visualization of
promoter activity across conditions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
RoxygenNote: 7.1.1
Imports:
AnnotationDbi,
BiocParallel,
data.table,
dplyr,
DESeq2,
IRanges,
GenomicRanges,
GenomicFeatures,
GenomicAlignments,
GenomeInfoDb,
ggplot2,
gplots,
graphics,
methods,
rlang,
scales,
S4Vectors,
SummarizedExperiment,
stats,
tibble
Suggests:
testthat,
rmarkdown,
knitr,
Rtsne,
gridExtra
URL: https://github.com/GoekeLab/proActiv
biocViews:
RNASeq,
GeneExpression,
Transcription,
AlternativeSplicing,
GeneRegulation,
DifferentialSplicing,
FunctionalGenomics,
Epigenetics,
Transcriptomics,
Preprocessing
VignetteBuilder: knitr