forked from jeffsocal/tidyproteomics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.29 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
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,tidyproteomics)
S3method(plot,tidyproteomics)
S3method(print,tidyproteomics)
S3method(subset,tidyproteomics)
S3method(summary,tidyproteomics)
export("%like%")
export(annotate)
export(collapse)
export(enrichment)
export(experimental)
export(experimental_groups)
export(export_analysis)
export(export_compexp)
export(export_config)
export(export_quant)
export(expression)
export(extract)
export(fgeomean)
export(fmean)
export(fmedian)
export(fmin)
export(fsum)
export(get_quant_names)
export(hdf)
export(import)
export(impute)
export(impute.randomforest)
export(intersection)
export(load_local)
export(merge)
export(normalize)
export(operations)
export(path_to_package_data)
export(plot_compexp)
export(plot_counts)
export(plot_dynamic_range)
export(plot_enrichment)
export(plot_euler)
export(plot_heatmap)
export(plot_normalization)
export(plot_pca)
export(plot_proportion)
export(plot_protein)
export(plot_quantrank)
export(plot_variation_cv)
export(plot_variation_pca)
export(plot_venn)
export(plot_volcano)
export(protein_map)
export(reassign)
export(rm.mbr)
export(save_local)
export(save_table)
export(select_normalization)
export(show_annotations)
export(str_normalize)
export(tidyproteomics)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")