|
a |
|
b/DESCRIPTION |
|
|
1 |
Package: scAI |
|
|
2 |
Type: Package |
|
|
3 |
Title: integrative analysis of single-cell transcriptomic and epigenomic profiles |
|
|
4 |
Version: 1.0.0 |
|
|
5 |
Author: Suoqin Jin, Lihua Zhang |
|
|
6 |
Maintainer: Suoqin Jin <suoqin.jin@uci.edu>, Lihua Zhang <lihuaz1@uci.edu> |
|
|
7 |
Description: an unsupervised method for integrative analysis of parallel single-cell transcriptomic and epigenomic profiles. |
|
|
8 |
Depends: R (>= 3.5.0) |
|
|
9 |
License: GPL-3 |
|
|
10 |
Encoding: UTF-8 |
|
|
11 |
LazyData: true |
|
|
12 |
Imports: |
|
|
13 |
Rcpp, |
|
|
14 |
RcppEigen, |
|
|
15 |
rfunctions, |
|
|
16 |
doParallel, |
|
|
17 |
foreach, |
|
|
18 |
reticulate, |
|
|
19 |
future, |
|
|
20 |
future.apply, |
|
|
21 |
pbapply, |
|
|
22 |
irlba, |
|
|
23 |
ggplot2, |
|
|
24 |
Matrix, |
|
|
25 |
expm, |
|
|
26 |
Rtsne, |
|
|
27 |
NNLM, |
|
|
28 |
swne, |
|
|
29 |
dplyr, |
|
|
30 |
ggrepel, |
|
|
31 |
circlize, |
|
|
32 |
igraph, |
|
|
33 |
ComplexHeatmap, |
|
|
34 |
RColorBrewer, |
|
|
35 |
cowplot, |
|
|
36 |
methods, |
|
|
37 |
bedr, |
|
|
38 |
biomaRt |
|
|
39 |
Remotes: jaredhuling/rfunctions,linxihui/NNLM,yanwu2014/swne,jokergoo/ComplexHeatmap |
|
|
40 |
LinkingTo: Rcpp, RcppEigen |
|
|
41 |
Suggests: |
|
|
42 |
rmarkdown, knitr, roxygen2 |
|
|
43 |
RoxygenNote: 6.1.1 |
|
|
44 |
VignetteBuilder: knitr |