-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
62 lines (62 loc) · 1.77 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
Package: AUCell
Type: Package
Title: AUCell: Analysis of 'gene set' activity in single-cell RNA-seq data
(e.g. identify cells with specific gene signatures)
Version: 1.25.2
Date: 2024-03-09
Author: Sara Aibar, Stein Aerts. Laboratory of Computational Biology.
VIB-KU Leuven Center for Brain & Disease Research. Leuven, Belgium.
Maintainer: Gert Hulselmans <[email protected]>
Description: AUCell allows to identify cells with active gene sets
(e.g. signatures, gene modules...) in single-cell RNA-seq data.
AUCell uses the "Area Under the Curve" (AUC) to calculate whether a critical
subset of the input gene set is enriched within the expressed genes for each cell.
The distribution of AUC scores across all the cells allows exploring the
relative expression of the signature. Since the scoring method is ranking-based,
AUCell is independent of the gene expression units and the normalization procedure.
In addition, since the cells are evaluated individually, it can easily be
applied to bigger datasets, subsetting the expression matrix if needed.
URL: http://scenic.aertslab.org
Imports:
DelayedArray,
DelayedMatrixStats,
data.table,
graphics,
grDevices,
GSEABase,
Matrix,
methods,
mixtools,
R.utils,
stats,
SummarizedExperiment,
BiocGenerics,
utils
Enhances: doMC, doRNG, doParallel, foreach
Suggests:
Biobase,
BiocStyle,
doSNOW,
dynamicTreeCut,
DT,
GEOquery,
knitr,
NMF,
plyr,
R2HTML,
rmarkdown,
reshape2,
plotly,
Rtsne,
testthat,
zoo
License: GPL-3
biocViews: SingleCell,
GeneSetEnrichment,
Transcriptomics,
Transcription,
GeneExpression,
WorkflowStep,
Normalization
VignetteBuilder: knitr
RoxygenNote: 7.2.0