-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
54 lines (54 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
Package: rphenoscate
Title: Semantics for Comparative Analyses of Trait Evolution
Version: 1.0.0
Authors@R:
c(person(c("Diego", "S."), "Porto",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID="0000-0002-1657-9606")
),
person("Sergei", "Tarasov",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID="0000-0001-5237-2330")
),
person("Caleb", "Charpentier",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID="0000-0002-9787-7081")
),
person("Hilmar", "Lapp",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID="0000-0001-9107-0714")
),
person(c("Benjamin", "D."), "Redelings",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID="0000-0002-3278-4343")
),
person("Josef", "Uyeda",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID="0000-0003-4624-9680")
))
Description: Provides tools for semantic-aware evolutionary analyses of anatomical traits.
It integrates semantic tools from rphenoscape and the whole-anatomy approach from PARAMO into a common framework for studying integrated anatomical traits.
Current available capabilities include: setting structured Markov models for sets of characters based on a dependency matrix;
recoding dependent traits as a single multistate character; building files to perform analyses on RevBayes or corHMM;
visualizing dependency structure among characters with graphs and stochastic maps.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-US
URL: https://github.com/uyedaj/rphenoscate
BugReports: https://github.com/uyedaj/rphenoscate/issues
Depends: R (>= 3.5.0)
Imports: ape, phytools, corHMM, pracma, dplyr, tidyr, stringr, MASS, numbers,
treeplyr, rphenoscape, ontologyIndex, grDevices, graphics, igraph
Suggests: ontoFAST, tidyverse, rmarkdown, knitr, testthat (>= 3.0.0)
VignetteBuilder: knitr
Remotes: uyedaj/rphenoscate
RoxygenNote: 7.2.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-04-19; diego