-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.47 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
Package: batchelor
Version: 1.23.0
Date: 2024-07-03
Title: Single-Cell Batch Correction Methods
Authors@R: c(person("Aaron", "Lun", role = c("aut", "cre"), email = "infinite.monkeys.with.keyboards@gmail.com"),
person("Laleh", "Haghverdi", role="ctb"))
Depends: SingleCellExperiment
Imports:
SummarizedExperiment,
S4Vectors,
BiocGenerics,
Rcpp,
stats,
methods,
utils,
igraph,
BiocNeighbors,
BiocSingular,
Matrix,
SparseArray,
DelayedArray (>= 0.31.5),
DelayedMatrixStats,
BiocParallel,
scuttle,
ResidualMatrix,
ScaledMatrix,
beachmat
Suggests:
testthat,
BiocStyle,
knitr,
rmarkdown,
scran,
scater,
bluster,
scRNAseq
biocViews:
Sequencing,
RNASeq,
Software,
GeneExpression,
Transcriptomics,
SingleCell,
BatchEffect,
Normalization
LinkingTo:
Rcpp
Description:
Implements a variety of methods for batch correction of single-cell (RNA sequencing) data.
This includes methods based on detecting mutually nearest neighbors,
as well as several efficient variants of linear regression of the log-expression values.
Functions are also provided to perform global rescaling to remove differences in depth between batches,
and to perform a principal components analysis that is robust to differences in the numbers of cells across batches.
License: GPL-3
NeedsCompilation: yes
VignetteBuilder: knitr
SystemRequirements: C++11
RoxygenNote: 7.3.2