forked from compbiomed/singleCellTK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
149 lines (149 loc) · 5.15 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
Package: singleCellTK
Type: Package
Title: Comprehensive and Interactive Analysis of Single Cell RNA-Seq Data
Version: 2.14.0
Authors@R: c(person(given="Yichen", family="Wang", email="[email protected]", role=c("aut"),
comment = c(ORCID = "0000-0003-4347-5199")),
person(given="Irzam", family="Sarfraz", email="[email protected]", role=c("aut"),
comment = c(ORCID = "0000-0001-8121-792X")),
person(given="Rui", family="Hong", email="[email protected]", role=c("aut")),
person(given="Yusuke", family="Koga", email="[email protected]", role=c("aut")),
person(given="Salam", family="Alabdullatif", email="[email protected]", role=c("aut")),
person(given="Nida", family="Pervaiz", email="[email protected]", role=c("aut")),
person(given="David", family="Jenkins", email="[email protected]", role=c("aut"),
comment = c(ORCID = "0000-0002-7451-4288")),
person(given="Vidya", family="Akavoor", email="[email protected]", role=c("aut")),
person(given="Xinyun", family="Cao", email="[email protected]", role=c("aut")),
person(given="Shruthi", family="Bandyadka", email="[email protected]", role=c("aut")),
person(given="Anastasia", family="Leshchyk", email="[email protected]", role=c("aut")),
person(given="Tyler", family="Faits", email="[email protected]", role=c("aut")),
person(given=c("Mohammed", "Muzamil"), family="Khan", email="[email protected]", role=c("aut")),
person(given="Zhe", family="Wang", email="[email protected]", role=c("aut")),
person(given=c("W.", "Evan"), family="Johnson", email="[email protected]", role=c("aut"),
comment = c(ORCID = "0000-0002-6247-6595")),
person(given="Ming", family="Liu", email="[email protected]", role=c("aut")),
person(given=c("Joshua", "David"), family="Campbell", email="[email protected]", role=c("aut", "cre"),
comment = c(ORCID = "0000-0003-0780-8662"))
)
Depends:
R (>= 4.0),
SummarizedExperiment,
SingleCellExperiment,
DelayedArray,
Biobase
Description: The Single Cell Toolkit (SCTK) in the singleCellTK package provides an interface to popular tools for importing, quality control, analysis, and visualization of single cell RNA-seq data. SCTK allows users to seamlessly integrate tools from various packages at different stages of the analysis workflow. A general "a la carte" workflow gives users the ability access to multiple methods for data importing, calculation of general QC metrics, doublet detection, ambient RNA estimation and removal, filtering, normalization, batch correction or integration, dimensionality reduction, 2-D embedding, clustering, marker detection, differential expression, cell type labeling, pathway analysis, and data exporting. Curated workflows can be used to run Seurat and Celda. Streamlined quality control can be performed on the command line using the SCTK-QC pipeline. Users can analyze their data using commands in the R console or by using an interactive Shiny Graphical User Interface (GUI). Specific analyses or entire workflows can be summarized and shared with comprehensive HTML reports generated by Rmarkdown. Additional documentation and vignettes can be found at camplab.net/sctk.
License: MIT + file LICENSE
Encoding: UTF-8
biocViews: SingleCell, GeneExpression, DifferentialExpression, Alignment,
Clustering, ImmunoOncology, BatchEffect, Normalization, QualityControl, DataImport, GUI
LazyData: FALSE
Imports:
ape,
anndata,
AnnotationHub,
batchelor,
BiocParallel,
celldex,
colourpicker,
colorspace,
cowplot,
cluster,
ComplexHeatmap,
data.table,
DelayedMatrixStats,
DESeq2,
dplyr,
DT,
ExperimentHub,
ensembldb,
fields,
ggplot2,
ggplotify,
ggrepel,
ggtree,
gridExtra,
grid,
GSVA (>= 1.50.0),
GSVAdata,
igraph,
KernSmooth,
limma,
MAST,
Matrix (>= 1.6-1),
matrixStats,
methods,
msigdbr,
multtest,
plotly,
plyr,
ROCR,
Rtsne,
S4Vectors,
scater,
scMerge (>= 1.2.0),
scran,
Seurat (>= 3.1.3),
shiny,
shinyjs,
SingleR,
stringr,
SoupX,
sva,
reshape2,
shinyalert,
circlize,
enrichR (>= 3.2),
celda,
shinycssloaders,
DropletUtils,
scds (>= 1.2.0),
reticulate (>= 1.14),
tools,
tximport,
tidyr,
eds,
withr,
GSEABase,
R.utils,
zinbwave,
scRNAseq (>= 2.0.2),
TENxPBMCData,
yaml,
rmarkdown,
magrittr,
scDblFinder,
metap,
VAM (>= 0.5.3),
tibble,
rlang,
TSCAN,
TrajectoryUtils,
scuttle,
utils,
stats,
zellkonverter
RoxygenNote: 7.3.2
Suggests:
testthat,
Rsubread,
BiocStyle,
knitr,
lintr,
spelling,
org.Mm.eg.db,
kableExtra,
shinythemes,
shinyBS,
shinyjqui,
shinyWidgets,
shinyFiles,
BiocGenerics,
RColorBrewer,
fastmap (>= 1.1.0),
harmony,
SeuratObject,
optparse
VignetteBuilder: knitr
URL: https://www.camplab.net/sctk/
BugReports: https://github.com/compbiomed/singleCellTK/issues
Language: en-US