forked from DavisLaboratory/singscore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
57 lines (57 loc) · 1.6 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
Package: singscore
Type: Package
Title: Rank-based single-sample gene set scoring method
Version: 1.11.1
Authors@R: c(
person("Ruqian","Lyu", email = "[email protected]", role = c("aut", "ctb")),
person("Momeneh", "Foroutan", email = "[email protected]", role = c("aut", "ctb"), comment = c(ORCID = '0000-0002-1440-0457')),
person("Dharmesh","Bhuva", "D.", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = '0000-0002-6398-9157'))
)
Description: A simple single-sample gene signature scoring method that uses rank-based
statistics to analyze the sample's gene expression profile. It scores the expression activities of
gene sets at a single-sample level.
biocViews: Software, GeneExpression, GeneSetEnrichment
Depends: R (>= 3.6)
Imports:
methods,
stats,
graphics,
ggplot2,
grDevices,
ggrepel,
GSEABase,
plotly,
tidyr,
plyr,
magrittr,
reshape,
edgeR,
RColorBrewer,
Biobase,
BiocParallel,
SummarizedExperiment,
matrixStats,
reshape2,
S4Vectors
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
Collate:
'singscore.R'
'rankAndScoring.R'
'permuTest.R'
'generatNullGeneric.R'
'multiScoreGeneric.R'
'plot.R'
'plotRankDensityGeneric.R'
'rankGenesGeneric.R'
'simpleScoreGeneric.R'
'stableGenes.R'
Suggests: knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
URL: https://davislaboratory.github.io/singscore
BugReports: https://github.com/DavisLaboratory/singscore/issues