-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
56 lines (55 loc) · 1.26 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
49
50
51
52
53
54
55
56
# Generated by roxygen2: do not edit by hand
export(ApiClient)
export(ApiResponse)
export(Assay)
export(CV)
export(ColumnParameterMapping)
export(Comment)
export(Contact)
export(Database)
export(Error)
export(Instrument)
export(Metadata)
export(MsRun)
export(MzTab)
export(OptColumnMapping)
export(Parameter)
export(Publication)
export(PublicationItem)
export(Sample)
export(SampleProcessing)
export(SmallMoleculeEvidence)
export(SmallMoleculeFeature)
export(SmallMoleculeSummary)
export(Software)
export(SpectraRef)
export(StudyVariable)
export(Uri)
export(ValidateApi)
export(ValidatePlainApi)
export(ValidationMessage)
export(convertMzTab2MAF)
export(extractComments)
export(extractMetadata)
export(extractSmallMoleculeEvidence)
export(extractSmallMoleculeFeatures)
export(extractSmallMoleculeSummary)
export(readMzTab)
export(readMzTabString)
export(safe_unbox)
export(validateMzTab)
export(valueOrDefault)
export(writeMzTab)
export(writeMzTabJSON)
importFrom(R6,R6Class)
importFrom(caTools,base64encode)
importFrom(dplyr,"%>%")
importFrom(httr,accept)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,timeout)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(metabolighteR,create.MAF)
importFrom(metabolighteR,write.MAF)
importFrom(stats,var)