-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.42 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
Package: scistreer
Title: Maximum-Likelihood Perfect Phylogeny Inference at Scale
URL: https://github.com/kharchenkolab/scistreer,
https://kharchenkolab.github.io/scistreer/
Version: 1.2.0
Authors@R: c(person("Teng","Gao", email="[email protected]", role=c("cre", "aut")), person("Evan", "Biederstedt", email="[email protected]", role="aut"), person("Peter", "Kharchenko", email = "[email protected]", role = "aut"), person("Yufeng", "Wu", email = "[email protected]", role = "aut"))
Description: Fast maximum-likelihood phylogeny inference from noisy single-cell data using the 'ScisTree' algorithm by Yufeng Wu (2019) <doi:10.1093/bioinformatics/btz676>. 'scistreer' provides an 'R' interface and improves speed via 'Rcpp' and 'RcppParallel', making the method applicable to massive single-cell datasets (>10,000 cells).
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
biocViews:
Imports:
ape,
dplyr,
ggplot2,
ggtree,
igraph,
parallelDist,
patchwork,
phangorn,
Rcpp,
reshape2,
RcppParallel,
RhpcBLASctl,
stringr,
tidygraph
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
LinkingTo: Rcpp, RcppArmadillo, RcppParallel
NeedsCompilation: yes
SystemRequirements: GNU make
Author: Teng Gao [cre, aut], Evan Biederstedt [aut], Peter Kharchenko [aut], Yufeng Wu [aut]
Maintainer: Teng Gao <[email protected]>
RoxygenNote: 7.2.2