-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
29 lines (29 loc) · 1.19 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
Package: DOTr
Title: A flexible multi-objective optimization framework for transferring features across single-cell and spatial omics
Version: 0.0.0.9000
Authors@R:
person("Arezou", "Rahimi", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0285-8089"))
Description: DOT is a method for transferring cell features from a reference single-cell RNA-seq data to spots/cells in spatial omics. It operates by optimizing a combination of multiple objectives using a Frank-Wolfe algorithm to produce a high quality transfer. Apart from transferring cell types/states to spatial omics, DOT can be used for transferring other relevant categorical or continuous phenotypes from one set of omics to another, such as estimating the expression of missinng genes or transferring transcription factor/pathway activities.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.0)
LazyData: true
Imports:
fields,
FNN,
ggplot2,
Matrix,
methods,
Seurat,
stats,
stringr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://saezlab.github.io/DOT/