forked from mzytnicki/srnadiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.52 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
Package: srnadiff
Type: Package
Title: Finding differentially expressed unannotated genomic regions from RNA-seq
data
Version: 1.19.2
Date: 2023-03-06
Authors@R: c(
person("Zytnicki", "Matthias", email = "matthias.zytnicki@inra.fr",
role = c("aut", "cre")),
person("Gonzalez", "Ignacio", role = "aut"))
Description: srnadiff is a package that finds differently expressed regions from
RNA-seq data at base-resolution level without relying on existing annotation.
To do so, the package implements the identify-then-annotate methodology that
builds on the idea of combining two pipelines approachs differential
expressed regions detection and differential expression quantification.
It reads BAM files as input, and outputs a list differentially regions,
together with the adjusted p-values.
License: GPL-3
Encoding: UTF-8
LazyData: false
Depends: R (>= 3.6)
SystemRequirements: C++11
Imports:
Rcpp (>= 0.12.8),
methods,
devtools,
S4Vectors,
GenomeInfoDb,
rtracklayer,
SummarizedExperiment,
IRanges,
GenomicRanges,
DESeq2,
edgeR,
baySeq,
Rsamtools,
GenomicFeatures,
GenomicAlignments,
grDevices,
Gviz,
BiocParallel,
BiocStyle,
BiocManager
LinkingTo: Rcpp
RoxygenNote: 7.1.1
biocViews: ImmunoOncology,
GeneExpression,
Coverage,
SmallRNA,
Epigenetics,
StatisticalMethod,
Preprocessing,
DifferentialExpression
Suggests: knitr,
rmarkdown,
testthat,
BiocManager,
BiocStyle
VignetteBuilder: knitr