-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
45 lines (45 loc) · 1.65 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
Package: crescendo
Type: Package
Title: Implements the Crescendo algorithm for integrating count data across datasets
Version: 1.0
Date: 2024-03-12
Authors@R: c(
person("Nghia", "Millard", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0518-7674")),
person("Soumya", "Raychaudhuri",
role = c("aut"), comment = c(ORCID = "0000-0002-1901-8265")),
person("Ilya", "Korsunsky", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0003-4848-3948"))
)
Description: Investigators often encounter confounding factors in the gene expression of their single-cell data that include
artificial differences exhibited across batches, samples, technologies, datasets, and modalities. In order to integrate
their data across these confounding factors, computational analysts typically use integration algorithms that operate in a
lower-dimensional space, but don't directly correct gene expression. Cresecendo allows users to integrate their data by
directly correcting gene expression; this may benefit investigators that want to visualize gene expression in their data,
with a particular benefit in spatial transcriptomics contexts.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
Rcpp (>= 1.0.11),
RcppParallel (>= 5.1.5),
BH,
tidyverse,
magrittr,
parallel,
glmnet,
data.table,
Matrix,
methods,
stats,
purrr,
stringr,
tidyselect,
dplyr
Depends:
R (>= 3.5.0)
Suggests:
knitr,
rmarkdown,
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo, RcppParallel, BH
RoxygenNote: 7.2.3