-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
44 lines (44 loc) · 973 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
Package: scAI
Type: Package
Title: integrative analysis of single-cell transcriptomic and epigenomic profiles
Version: 1.0.0
Author: Suoqin Jin, Lihua Zhang
Maintainer: Suoqin Jin <[email protected]>, Lihua Zhang <[email protected]>
Description: an unsupervised method for integrative analysis of parallel single-cell transcriptomic and epigenomic profiles.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
Rcpp,
RcppEigen,
rfunctions,
doParallel,
foreach,
reticulate,
future,
future.apply,
pbapply,
irlba,
ggplot2,
Matrix,
expm,
Rtsne,
NNLM,
swne,
dplyr,
ggrepel,
circlize,
igraph,
ComplexHeatmap,
RColorBrewer,
cowplot,
methods,
bedr,
biomaRt
Remotes: jaredhuling/rfunctions,linxihui/NNLM,yanwu2014/swne,jokergoo/ComplexHeatmap
LinkingTo: Rcpp, RcppEigen
Suggests:
rmarkdown, knitr, roxygen2
RoxygenNote: 6.1.1
VignetteBuilder: knitr