-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
executable file
·30 lines (30 loc) · 1.06 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
Package: bindSC
Title: Bi-order INtegration of Data from Single Cell multi-omics
technologies \
Version: 1.0.0
Authors@R:
person(given = "Jinzhuang", family = "Dou",role = c( "cre"),
email = "[email protected]",
comment = c(ORCID = "YOUR-ORCID-ID"))
Description: Bi-order INtegration of Data from Single Cell multi-omics technologies
URL:
BugReports:
License: GPL-3 | file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.6),umap (>= 0.2.4.0), irlba (>= 2.3.3), progress (>= 1.2.2),
Matrix, ggplot2 (>= 3.2.1), dplyr, DescTools, ggpubr, gtools,
reshape2, ggrepel, rdist
Imports: umap (>= 0.2.4.0), irlba (>= 2.3.3), progress (>= 1.2.2),
Matrix, ggplot2 (>= 3.2.1), dplyr, DescTools, gtools,
reshape2, ggrepel, rdist
Collate:
'generics.R'
'BiCCA.R'
RoxygenNote: 7.1.2
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2020-11-15 08:12:10 UTC; jdou1
Author: Jinzhuang Dou [cre] (<https://orcid.org/YOUR-ORCID-ID>)
Maintainer: Jinzhuang Dou <[email protected]>