-
Notifications
You must be signed in to change notification settings - Fork 29
/
DESCRIPTION
57 lines (57 loc) · 1.5 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
46
47
48
49
50
51
52
53
54
55
56
57
Package: ProjecTILs
Type: Package
Title: Reference-based analysis of scRNA-seq data
Version: 3.5.0
Authors@R: c(
person(given = 'Massimo', family = 'Andreatta',
email = 'massimo.andreatta@unil.ch',
role = c('aut','cre'),
comment = c(ORCID = '0000-0002-8036-2647')),
person(given = 'Paul', family = 'Gueguen',
email = 'paul.gueguen@unil.ch',
role = c('aut'),
comment = c(ORCID = '0000-0003-2930-6073')),
person('Josep','Garnica',
email = 'josep.garnicacaparros@unil.ch',
role = c('aut'),
comment = c(ORCID = '0000-0001-9493-1321')),
person(given = 'Santiago', family = 'Carmona',
email = 'santiago.carmona@unil.ch',
role = c('aut'),
comment = c(ORCID = '0000-0002-2495-0671'))
)
Description: This package implements methods to project single-cell RNA-seq data onto a reference atlas, enabling interpretation of unknown cell transcriptomic states in the the context of known, reference states.
Depends: R(>= 4.3.0)
Imports:
Seurat(>= 5.0.0),
SeuratObject(>= 5.0.0),
uwot,
umap,
Matrix,
BiocParallel,
BiocNeighbors,
patchwork,
reshape2,
ggplot2,
scales,
pracma,
STACAS,
UCell,
scGate,
pheatmap,
RColorBrewer,
purrr,
dplyr,
jsonlite,
digest
Suggests:
fastICA,
EnhancedVolcano,
plotly,
biocViews:
BugReports: https://github.com/carmonalab/ProjecTILs/issues
URL: https://github.com/carmonalab/ProjecTILs
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2