-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
48 lines (47 loc) · 1.33 KB
/
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
39
40
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,MSThermResultSet)
S3method(plot,MSThermResult)
S3method(plot,MSThermResultSet)
S3method(summary,MSThermResult)
S3method(summary,MSThermResultSet)
export(MSThermExperiment)
export(model_experiment)
export(model_protein)
export(normalize_to_profile)
export(normalize_to_std)
export(normalize_to_tm)
export(write.sqlite)
importFrom(RColorBrewer,brewer.pal)
importFrom(doParallel,registerDoParallel)
importFrom(doParallel,stopImplicitCluster)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,curve)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(nls2,nls2)
importFrom(parallel,detectCores)
importFrom(plotrix,addtable2plot)
importFrom(stats,coefficients)
importFrom(stats,density)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,nls.control)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,quantile)
importFrom(stats,var)
importFrom(utils,getTxtProgressBar)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)