-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathDESCRIPTION
executable file
·62 lines (62 loc) · 1.56 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
Package: xtail
Type: Package
Title: Genome-wide assessment of differential translations with ribosome profiling data
Version: 1.2.0
Authors@R:
c(person("Zhengtao", "Xiao", email="[email protected]",
role = c("aut","cre")),
person("Qin", "Zou", role = "aut"),
person("Yu", "Liu", role = "aut"),
person("Xuerui", "Yang", role = "aut"),
person("Rongyao", "Huang", email = "[email protected]", role = "ctb"))
Description:
The xtail package implements the method of the same name to discover the
genes undergoing differential translation across two different experiment
conditions using both RNA-seq data and ribosome profiling data. For
estimation the method relies on DESeq2. For visualizing the results
plotting functions are available as well.
License:
GPL (>= 3) | file LICENSE
Encoding: UTF-8
NeedsCompilation: yes
biocViews:
Software, DifferentialExpression
Depends:
R (>= 4.0),
DESeq2,
S4Vectors,
BiocGenerics
Imports:
methods,
stats,
utils,
parallel,
Rcpp (> 0.10.1),
matrixStats,
SummarizedExperiment,
locfit,
ggplot2
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat
Collate:
'xtail-package.R'
'xtail-class.R'
'RcppExports.R'
'wrapper-functions.R'
'estimate-functions.R'
'xtail.R'
'runXtail.R'
'plot-utils.R'
'plot-fc.R'
'plot-r.R'
'plot-volcano.R'
LinkingTo:
Rcpp,
RcppArmadillo
VignetteBuilder: knitr
URL: https://github.com/xryanglab/xtail
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1