-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
45 lines (45 loc) · 965 Bytes
/
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: MetacellAnalysisToolkit
Type: Package
Title: Visualize metacells and evaluate their quality
Version: 1.0
Authors@R: as.person(c(
"Léonard Hérault <leonard.herault@unil.ch> [aut, cre]",
"Mariia Bilous <mariia.bilous@unil.ch> [aut]",
"Aurélie Gabriel <aurelie.gabriel@unil.ch> [aut]",
"David Gfeller <david.gfeller@unil.ch> [aut]"
))
Description: Package allowing users to perform quality controls on metacells data (evaluation of metacells purity, compactness, separation, iner-variance).
reticulate:
list(
packages = list(
list(package = "scipy")
)
)
Depends:
R (>= 4.0)
License: file LICENSE
Encoding: UTF-8
LazyData: TRUE
LazyDataCompression: xz
RoxygenNote: 7.3.2
biocViews:
Software
Imports:
reticulate,
Seurat,
SuperCell,
anndata,
assertthat,
Matrix,
ggplot2,
RColorBrewer,
dplyr,
stats,
igraph,
sparseMatrixStats
Suggests:
testthat,
knitr,
rmarkdown,
remotes
VignetteBuilder: knitr