-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
125 lines (124 loc) · 3.46 KB
/
Copy pathNAMESPACE
File metadata and controls
125 lines (124 loc) · 3.46 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# Generated by roxygen2: do not edit by hand
S3method(print,quant_validation)
export("calibrationData<-")
export("calibrationModels<-")
export(align_features)
export(bind_panels)
export(build_feature_meta)
export(calibrationData)
export(calibrationDiagnostics)
export(calibrationInfo)
export(calibrationLevels)
export(calibrationMetadata)
export(calibrationModels)
export(calibrationR2)
export(contribution_hm)
export(generate_txt_images)
export(quant_MSImagingExperiment)
export(quant_palettes)
export(quantile_hm)
export(read_mrm)
export(run_example)
export(run_study)
export(select_tissue_pixels)
export(stitch_acquisitions)
export(tissueData)
export(tissueInfo)
export(tissueMatrix)
export(trim_MSI)
export(validate_config)
exportClasses(quant_MSImagingExperiment)
exportMethods("calibrationData<-")
exportMethods("calibrationModels<-")
exportMethods(applySNR)
exportMethods(back2NA)
exportMethods(calibrationData)
exportMethods(calibrationDiagnostics)
exportMethods(calibrationLevels)
exportMethods(calibrationMetadata)
exportMethods(calibrationModels)
exportMethods(calibrationR2)
exportMethods(combine_MSIs)
exportMethods(createMSIDatamatrix)
exportMethods(create_cal_curve)
exportMethods(imageR)
exportMethods(int2conc)
exportMethods(int2response)
exportMethods(int2snr)
exportMethods(plot_cal_coverage)
exportMethods(remove_blank_mzs)
exportMethods(show)
exportMethods(summarise_cal_levels)
exportMethods(tissueData)
exportMethods(tissueMatrix)
exportMethods(zero2na)
import(Cardinal)
importFrom(ProtGenerics,"spectraData<-")
importFrom(ProtGenerics,spectraData)
importFrom(chemCal,inverse.predict)
importFrom(circlize,colorRamp2)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_alpha_identity)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.new)
importFrom(grDevices,rainbow)
importFrom(grid,unit)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setValidity)
importFrom(methods,show)
importFrom(methods,validObject)
importFrom(patchwork,wrap_plots)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_wider)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(viridis,scale_fill_viridis)
importFrom(yaml,read_yaml)