-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
99 lines (99 loc) · 1.84 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
Package: OOSAP
Type: Package
Title: OHSU-ONPRC Single-cell Analysis Package
Version: 0.1.1
Author: Bimber Lab
Maintainer: The package maintainer <mahyarie@ohsu.edu>
Description: The goal of this package is bringing together tools and pipelines for the analysis of single-cell RNASeq data.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
Seurat,
Rlabkey,
data.table,
dplyr,
tidyr,
naturalsort,
DropletUtils,
Matrix,
ggplot2,
cowplot,
cluster,
knitr,
fitdistrplus,
Hmisc,
RColorBrewer,
methods,
monocle,
rpart,
rpart.plot,
reticulate,
garnett,
glmnet,
ranger,
org.Hs.eg.db,
org.Mm.eg.db,
fastAdaboost,
caret,
scater,
SingleR,
biomaRt,
DESeq2,
MAST,
kernlab,
Biostrings,
KernSmooth,
BiocGenerics,
RDAVIDWebService,
STRINGdb,
stringr,
reshape2,
patchwork,
Rtsne,
scales,
SummarizedExperiment,
shiny,
kableExtra (>= 1.2.0),
DT,
destiny,
gtools,
ggbeeswarm,
celldex
Suggests:
ggvis,
devtools,
testthat (>= 2.1.0)
Remotes:
cole-trapnell-lab/garnett,
bioc::release/DropletUtils,
bioc::release/DESeq2,
bioc::release/MAST,
bioc::release/celldex,
bioc::release/SingleR,
bioc::release/SummarizedExperiment,
bioc::release/RDAVIDWebService,
bioc::release/STRINGdb
RoxygenNote: 7.1.1
Collate:
'Utils.R'
'Classification_Caret.R'
'Classification_Garnett.R'
'Classification_MCE.R'
'Classification_SGS.R'
'Classification_Sim.R'
'GeneAliasing.R'
'GeneNames.R'
'LabKeySettings.R'
'Monocle_III.R'
'PhenotypingGeneSets.R'
'PseudoBulk.R'
'Seurat_III.R'
'SingleR_Seurat.R'
'Viz.R'
'data.R'
'mcl.R'
'plotDiffusionMaps.R'
'postSDA_processing.R'