-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
39 lines (39 loc) · 1.03 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
Package: redeemR
Title: R package for Regulatory multi-omics with Deep Mitochondrial mutation profiling
Version: 1.0
Authors@R:
person("Chen", "Weng", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0801-7037"))
Description: Introduce a new approach for single-cell Regulatory multi-omics (transcriptomics and chromatin accessibility) with Deep Mitochondrial mutation profiling (~10-fold increase in detection rate), or ReDeeM. redeemR is the R package that facilitates mutation refining, lineage tracing, as well multiomics integration analysis.
License: MIT LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
ape,
doMC,
doParallel,
dplyr,
foreach,
ggExtra,
ggnewscale,
ggplot2,
ggtree,
ggtreeExtra,
gridExtra,
igraph,
Matrix,
phangorn,
phytools,
pryr,
qvalue,
RColorBrewer,
reshape2,
Seurat,
stats,
tibble,
treeio,
tidytree,
Depends:
R (>= 2.10)
LazyData: true