-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
74 lines (74 loc) · 1.68 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
Package: scran
Version: 1.33.2
Date: 2024-09-05
Title: Methods for Single-Cell RNA-Seq Data Analysis
Description:
Implements miscellaneous functions for interpretation of single-cell RNA-seq data.
Methods are provided for assignment of cell cycle phase, detection of highly
variable and significantly correlated genes, identification of marker genes,
and other common tasks in routine single-cell analysis workflows.
Authors@R:
c(person("Aaron", "Lun", role = c("aut", "cre"), email = "infinite.monkeys.with.keyboards@gmail.com"),
person("Karsten", "Bach", role = "aut"),
person("Jong Kyoung", "Kim", role = "ctb"),
person("Antonio", "Scialdone", role="ctb"))
Depends: SingleCellExperiment, scuttle
Imports:
SummarizedExperiment,
S4Vectors,
BiocGenerics,
BiocParallel,
Rcpp,
stats,
methods,
utils,
Matrix,
edgeR,
limma,
igraph,
statmod,
MatrixGenerics,
S4Arrays,
DelayedArray,
BiocSingular,
bluster,
metapod,
dqrng,
beachmat
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
DelayedMatrixStats,
HDF5Array,
scRNAseq,
dynamicTreeCut,
ResidualMatrix,
ScaledMatrix,
DESeq2,
pheatmap,
scater
biocViews:
ImmunoOncology,
Normalization,
Sequencing,
RNASeq,
Software,
GeneExpression,
Transcriptomics,
SingleCell,
Clustering
LinkingTo:
Rcpp,
beachmat,
BH,
dqrng,
scuttle
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++11
RoxygenNote: 7.3.2
URL: https://github.com/MarioniLab/scran/
BugReports: https://github.com/MarioniLab/scran/issues