-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
41 lines (36 loc) · 1.27 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
# Generated by roxygen2: do not edit by hand
export(calcPlotDendrogram_plotly)
export(calcPlotHeatmapLegend)
export(castListEntries)
export(data.numericmatrix)
export(metaboliteFamilyVersusClass)
export(mzClustGeneric)
export(parsePeakAbundanceMatrixQF)
export(processMS1data)
export(readClusterDataFromProjectFile)
export(readMSDial)
export(readMetaboscape)
export(readProjectData)
export(runMetFamily)
importFrom(QFeatures,QFeatures)
importFrom(S4Vectors,DataFrame)
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(openxlsx2,read_xlsx)
## Hardcoded:
exportPattern("^[^\\.]")
import(egg)
importFrom("grDevices", "as.raster", "rainbow", "rgb")
importFrom("methods", "as")
importFrom("graphics", "axis", "mtext", "par", "plot.new",
"plot.window", "points", "rasterImage", "rect", "segments",
"title")
importFrom("methods", "as", "is")
importFrom("stats", "as.dendrogram", "cor", "dendrapply", "dist",
"hclust", "is.leaf", "median", "na.omit", "predict", "sd")
importFrom("utils", "flush.console", "read.table")
importFrom("SummarizedExperiment","colData")
importFrom("SummarizedExperiment","rowData", "rowData<-")
importFrom("SummarizedExperiment","assay")