-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
38 lines (37 loc) · 897 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(calcBatchEffects)
export(calcScore)
export(calcSummary)
export(clearBEgenes)
export(correctBatchEffect)
export(countValuesToPredict)
export(findOutsideValues)
export(imputeMissingData)
export(localLoss)
export(loss)
export(makeBoxplot)
export(preprocessBEclear)
export(replaceOutsideValues)
import(BiocParallel)
import(Matrix)
import(Rcpp)
import(Rdpack)
import(data.table)
import(futile.logger)
importFrom(Matrix,norm)
importFrom(Rdpack,reprompt)
importFrom(abind,abind)
importFrom(dixonTest,dixonTest)
importFrom(futile.logger,flog.info)
importFrom(graphics,boxplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(ids,random_id)
importFrom(methods,as)
importFrom(methods,is)
importFrom(stats,ks.test)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,rnorm)
importFrom(utils,write.table)
useDynLib(BEclear)