-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
33 lines (33 loc) · 1.11 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
Package: kBET
Type: Package
Title: k-nearest neighbour batch effect test
Version: 0.99.6
Authors@R: c(
person('Maren', 'Büttner', NULL, 'maren.buettner@helmholtz-muenchen.de', c('cre', 'aut')),
person('Alex', 'Wolf', NULL, 'alex.wolf@helmholtz-muenchen.de', 'ctb'),
person('Fabian', 'Theis', NULL, 'fabian.theis@helmholtz-muenchen.de', 'ctb')
)
Maintainer: Maren Büttner <maren.buettner@helmholtz-muenchen.de>
Description: This tool detects batch effects in high-dimensional data based on chi^2-test.
Imports: FNN, RColorBrewer, ggplot2, cluster, stats, grDevices, utils, MASS
Suggests: knitr, M3Drop, RCurl, grid, gridBase, gridGraphics, gridExtra, VennDiagram, limma
License: Apache License 2.0
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.1.1
biocViews: CellBiology, CellBasedAssays, BatchEffect, Software
Collate:
'ExactMultinomialTest.R'
'addalpha.R'
'batch_sil.R'
'bisect.R'
'create_testset_multibatch.R'
'findVectors.R'
'kBET-utils.R'
'kBET.R'
'multinomial.test.R'
'pcRegression.R'
Author: Maren Büttner [cre, aut],
Alex Wolf [ctb],
Fabian Theis [ctb]