-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.8 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
# Generated by roxygen2: do not edit by hand
export(diff_isoquant_configs)
export(get_intensities)
export(get_ratios_of_medians)
export(get_smoothed_data)
export(get_species)
export(isoquant_project_csv)
export(lread)
export(parse_pattern)
export(plot_boxplots)
export(plot_density)
export(plot_dist_to_reference)
export(plot_ratios)
export(plot_scatter)
export(read_isoquant_configs)
export(read_isoquant_peptide_report)
export(read_isoquant_protein_report)
export(read_isoquant_protein_reports)
export(read_isoquant_simple_protein_report)
export(read_wide_report)
export(wide2long)
import(data.table)
importFrom(cowplot,align_plots)
importFrom(cowplot,plot_grid)
importFrom(data.table,as.data.table)
importFrom(data.table,data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,scale_y_reverse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(matrixStats,rowMedians)
importFrom(readxl,read_excel)
importFrom(stats,predict)
importFrom(stats,runmed)
importFrom(stats,smooth.spline)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_sub)
importFrom(stringr,str_which)