-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
92 lines (92 loc) · 1.93 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
Package: ascend
Type: Package
Title: ascend - Analysis of Single Cell Expression, Normalisation, and Differential expression
Version: 0.99.69
Author: c(person("Anne", "Senabouth", email = "[email protected]", rol = "aut, cre"), person("Quan", "Nguygen", email = "[email protected]", rol = "aut"))
Maintainer: Anne Senabouth <[email protected]>
Description: Provides a series of tools for cleaning, normalisation and analysis of data produced by single cell experiments.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
utils,
stats,
fields,
grDevices,
graphics,
ggplot2,
ggbeeswarm,
RColorBrewer,
gridExtra,
dynamicTreeCut,
dendextend,
data.table,
reshape2,
dplyr,
tidyr,
MASS,
BiocGenerics,
umap,
Rtsne,
irlba,
fastcluster,
Rcpp,
RcppArmadillo
Suggests:
scater,
scran,
Seurat,
scone,
devtools,
knitr,
locfit,
rmarkdown,
testthat,
KernSmooth,
DESeq,
DESeq2,
sctransform
VignetteBuilder: knitr
Depends: R (>= 3.6.0),
methods,
Matrix,
S4Vectors,
SummarizedExperiment,
SingleCellExperiment,
BiocParallel
Collate:
'RcppExports.R'
'ascend.R'
'ascend_DESeq.R'
'ascend_DESeq2.R'
'ascend_confoundingfactors.R'
'ascend_objects.R'
'ascend_getters.R'
'ascend_setters.R'
'ascend_methods.R'
'ascend_cellranger.R'
'ascend_dimreduction.R'
'ascend_clustering.R'
'ascend_diffexpression.R'
'ascend_filtering.R'
'ascend_imports.R'
'ascend_normalisation.R'
'ascend_plots.R'
'ascend_scran.R'
'ascend_sctransform.R'
'ascend_subsetters.R'
'ascend_utilities.R'
'data.R'
biocViews: Software,
WorkflowStep,
Preprocessing,
QualityControl,
Normalization,
BatchEffect,
GeneExpression,
SingleCell,
DifferentialExpression
LinkingTo:
Rcpp,
RcppArmadillo