-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
45 lines (45 loc) · 1.18 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
40
41
42
43
44
45
Package: scPlant
Title: A Versatile Framework for Single-cell Transcriptomic Data Analysis in Plants
Version: 1.0.0
Authors@R:
person(given = "Shanni",
family = "Cao",
role = c("aut", "cre"),
email = "[email protected]")
Maintainer: Shanni Cao <[email protected]>
Description: The scPlant pipeline is implemented with plentiful functions for diverse analytical tasks,
ranging from basic data processing to advanced demands such as cell type annotation and
deconvolution, trajectory inference, cross-species data integration and
cell-type specific gene regulatory network construction.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
Seurat,
clusterProfiler,
dplyr,
foreach,
ggplot2,
igraph,
ComplexHeatmap,
SingleCellExperiment,
magrittr,
stats,
utils,
graphics,
grDevices
Suggests:
shiny,
monocle,
slingshot,
scrattch.hicat,
CellFunTopic,
knitr,
rmarkdown
Depends:
R (>= 2.10)
VignetteBuilder: knitr
URL: https://github.com/compbioNJU/scPlant
BugReports: https://github.com/compbioNJU/scPlant/issues