-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
40 lines (39 loc) · 948 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
39
40
# Generated by roxygen2: do not edit by hand
S3method(Ops,MFobject)
S3method(getExactMass,MFobject)
S3method(getExactMass,character)
S3method(getTopIsotope,MFobject)
S3method(getTopIsotope,character)
S3method(print,MFobject)
export(PeptideMF)
export(annotateSpectrum)
export(calcIons)
export(calcMF)
export(consolidateMF)
export(countAAs)
export(findPatterns)
export(getExactMass)
export(getTopIsotope)
export(is.MFobject)
export(makeEdges)
export(makeMF)
export(matchNumbers)
export(mergeMS)
export(network1)
export(permutateMass)
export(permutatePeptideMass)
export(plotAnnotatedPeptide)
export(reformatMFstring)
export(remakeMF)
import(graphics)
import(methods)
import(stats)
import(utils)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
importFrom(Rdisop,decomposeMass)
importFrom(Rdisop,getMolecule)
importFrom(Rdisop,initializeCHNOPS)
importFrom(Rdisop,initializeElements)
importFrom(lsa,cosine)
importFrom(stats,cor)