-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
91 lines (90 loc) · 2.54 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
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
# Generated by roxygen2: do not edit by hand
S3method(print,massqc_conflicts)
export("%>%")
export(extract_expression_data)
export(extract_process_info)
export(extract_sample_info)
export(extract_variable_info)
export(get_mv_number)
export(massqc_conflicts)
export(massqc_cumulative_rsd_plot)
export(massqc_logo)
export(massqc_packages)
export(massqc_pca)
export(massqc_pca_pc1)
export(massqc_report)
export(massqc_rsd_plot)
export(massqc_sample_boxplot)
export(massqc_sample_correlation)
export(show_missing_values)
export(show_mz_rt_plot)
export(show_sample_missing_values)
export(show_variable_missing_values)
import(ggfortify)
import(ggplot2)
import(patchwork)
importFrom(cli,col_cyan)
importFrom(cli,rule)
importFrom(cli,tree)
importFrom(crayon,bgRed)
importFrom(crayon,bold)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(ggcorrplot,ggcorrplot)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,grey)
importFrom(grid,gpar)
importFrom(magrittr,"%>%")
importFrom(massdataset,activate_mass_dataset)
importFrom(massdataset,extract_expression_data)
importFrom(massdataset,extract_process_info)
importFrom(massdataset,extract_sample_info)
importFrom(massdataset,extract_variable_info)
importFrom(massdataset,get_mv_number)
importFrom(massdataset,mutate_rsd)
importFrom(massdataset,parse_tidymass_parameter)
importFrom(massdataset,show_missing_values)
importFrom(massdataset,show_mz_rt_plot)
importFrom(massdataset,show_sample_missing_values)
importFrom(massdataset,show_variable_missing_values)
importFrom(masstools,get_os)
importFrom(methods,slot)
importFrom(patchwork,plot_layout)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(stats,coefficients)
importFrom(stats,cor)
importFrom(stats,ecdf)
importFrom(stats,lm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,rgamma)
importFrom(stats,rt)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,wilcox.test)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(utils,head)
importFrom(utils,object.size)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(utils,write.csv)