-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
72 lines (72 loc) · 2.24 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: myTAI
Type: Package
Title: Evolutionary Transcriptomics
Version: 2.0.0
Date: 2024-10-02
Authors@R: c(person("Hajk-Georg", "Drost",
role = c("aut", "cre"),
email = "hajk-georg.drost@tuebingen.mpg.de",
comment = c(ORCID = "0000-0002-1567-306X")),
person(given = "Jaruwatana Sodai",
family = "Lotharukpong",
role = c("aut", "ctb"),
email = "jaruwatana.lotharukpong@tuebingen.mpg.de",
comment = c(ORCID = "0000-0002-3475-0980")),
person(given = "Nikola",
family = "Kalábová",
role = c("aut", "ctb"),
email = "nikola@kalabova.eu",
comment = c(ORCID = "0009-0007-6384-8809")),
person(given = "Kristian K",
family = "Ullrich",
role = c("aut", "ctb"),
email = "ullrich@evolbio.mpg.de",
comment = c(ORCID = "0000-0003-4308-9626")))
Description: Investigate the evolution of biological processes by capturing evolutionary signatures in transcriptomes (Drost et al. (2018) <doi:10.1093/bioinformatics/btx835>). This package aims to provide a transcriptome analysis environment to quantify the average evolutionary age of genes contributing to a transcriptome of interest.
VignetteBuilder: knitr
NeedsCompilation: yes
License: GPL-2
Depends:
R (>= 3.1.1)
Imports:
Rcpp,
nortest (>= 1.0-2),
fitdistrplus (>= 1.1-5),
parallel (>= 3.1.1),
foreach (>= 1.4.2),
doParallel (>= 1.0.8),
dplyr (>= 0.3.0),
RColorBrewer (>= 1.1-2),
methods (>= 3.1.1),
graphics (>= 3.1.1),
stats (>= 3.1.1),
grDevices (>= 3.1.1),
utils (>= 3.1.1),
reshape2 (>= 1.4.1),
ggplot2 (>= 1.0.1),
readr (>= 0.2.2),
tibble,
scales,
ggpubr,
Matrix,
DESeq2 (>= 1.29.15)
Suggests:
knitr (>= 1.6),
rmarkdown (>= 0.3.3),
devtools (>= 1.6.1),
testthat (>= 0.9.1),
mgcv,
Seurat,
decor,
RcppThread
LinkingTo:
RcppArmadillo,
Rcpp,
cpp11,
RcppThread,
RcppEigen
URL: https://drostlab.github.io/myTAI/
BugReports: https://github.com/drostlab/myTAI/issues
RoxygenNote: 7.3.2
Encoding: UTF-8
SystemRequirements: C++