-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
31 lines (31 loc) · 1.45 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
Package: symphony
Title: Efficient and Precise Single-Cell Reference Atlas Mapping
Version: 0.1.1
Authors@R: c(
person(given = "Joyce", family = "Kang",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1962-1291"),
email = "[email protected]"),
person("Ilya", "Korsunsky", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-4848-3948")),
person("Soumya", "Raychaudhuri",
role = c("aut"), comment = c(ORCID = "0000-0002-1901-8265"))
)
Description: Implements the Symphony single-cell reference building and query mapping algorithms and additional functions described in Kang et al <https://www.nature.com/articles/s41467-021-25957-x>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat, ggthemes, ggrastr, ggrepel
LinkingTo: Rcpp, RcppArmadillo
Imports: methods, Rcpp, harmony, uwot, irlba, class, purrr, dplyr,
ggplot2, stats, utils, magrittr, data.table, tibble, Matrix,
tidyr, rlang, RColorBrewer, RANN
VignetteBuilder: knitr
Depends: R (>= 3.5)
NeedsCompilation: yes
Packaged: 2023-01-16 17:25:13 UTC; jbk37
Author: Joyce Kang [aut, cre] (<https://orcid.org/0000-0002-1962-1291>),
Ilya Korsunsky [aut] (<https://orcid.org/0000-0003-4848-3948>),
Soumya Raychaudhuri [aut] (<https://orcid.org/0000-0002-1901-8265>)
Maintainer: Joyce Kang <[email protected]>