-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.25 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(adductMatch,massdiff)
S3method(adductMatch,massdiffhist)
S3method(cardinal2msimat,MSContinuousImagingExperiment)
S3method(cardinal2msimat,MSProcessedImagingExperiment)
S3method(filterPeaks,data.frame)
S3method(filterPeaks,msimat)
S3method(hist,massdiff)
S3method(identify,msimat)
S3method(image,msimat)
S3method(massdiff,msimat)
S3method(massdiff,numeric)
S3method(plot,massdiffhist)
S3method(plot,msimat)
S3method(points,msimat)
S3method(print,msimat)
S3method(subtractPeaks,msimat)
S3method(subtractPeaks,numeric)
S3method(summary,massdiff)
export(adductMatch)
export(analyzeIntensityCutoffsCumul)
export(analyzeIntensityCutoffsDistr)
export(cardinal2msimat)
export(comb2M)
export(corrPairsMSI)
export(corrPairsMSIchunks)
export(countPeaksFromDiff)
export(diffGetPeaks)
export(filterPeaks)
export(histWeighted)
export(massdiff)
export(msimat)
export(pickAdductPairImage)
export(pointsAdducts)
export(subtractPeaks)
export(sumPeakIntensities)
export(topAdducts)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(stats,cor.test)
importFrom(stats,ecdf)
importFrom(utils,read.csv)
useDynLib(mass2adduct)