forked from immunogenomics/harmony
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 1.47 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
Package: harmony
Title: Fast, Sensitive, and Accurate Integration of Single Cell Data
Version: 0.1.0
Authors@R: c(
person("Ilya", "Korsunsky", email = "ilya.korsunsky@gmail.com",
role = c("cre", "aut"), comment = c(ORCID = "0000-0003-4848-3948")),
person("Nghia", "Millard", email = "nmillard@g.harvard.edu",
role = "aut", comment = c(ORCID = "0000-0002-0518-7674")),
person("Jean", "Fan", email = "jeanfan@fas.harvard.edu",
role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-0212-5451")),
person("Kamil", "Slowikowski", email = "kslowikowski@gmail.com",
role = c("aut", "ctb"), comment = c(ORCID = "0000-0002-2843-6370")),
person("Miles", "Smith",
role = c("ctb")),
person("Soumya", "Raychaudhuri",
role = c("aut"), comment = c(ORCID = "0000-0002-1901-8265"))
)
Description: Implementation of the Harmony algorithm for single cell integration, described in Korsunsky et al <doi.org/10.1101/461954>. Package includes a standalone Harmony function and interfaces to external frameworks.
URL: software.broadinstitute.org/harmony
License: GPL-3 + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R(>= 3.4.0), Rcpp
LazyData: true
LinkingTo: Rcpp, RcppArmadillo, RcppProgress
biocViews:
Imports:
dplyr,
cowplot,
tidyr,
ggplot2,
irlba,
Matrix,
methods,
tibble,
rlang,
SingleCellExperiment
Suggests:
Seurat,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr