-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
73 lines (72 loc) · 1.95 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
# Generated by roxygen2: do not edit by hand
S3method(fit_model,msglm_model_data)
S3method(fit_model,msglm_standata)
S3method(to_standata,RsparseMatrix)
S3method(to_standata,msglm_model_data)
export(cluster_msprofiles)
export(combine_fit_chunk_section)
export(combine_fit_chunks)
export(constant_matrix)
export(convert_logintensityBase)
export(default_contrast_vars)
export(effect_factor)
export(fit_model)
export(frame2matrix)
export(import_msglm_data)
export(impute_intensities)
export(load_fit_chunk)
export(logintensityBase)
export(matrix2frame)
export(mschannel_quantobj_statistics)
export(msglm_data)
export(msglm_dims)
export(msglm_model)
export(multilevel_normalize_experiments)
export(norm_shifts.condgroup)
export(normalize_experiments)
export(process.stan_fit)
export(quantiles_ci)
export(rbind_all_frames)
export(read_mscalib_json)
export(set_batch_effects)
export(set_contrasts)
export(to_standata)
export(vars_contrast_stats)
export(vars_pvalues)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,arrange_at)
importFrom(dplyr,as_tibble)
importFrom(dplyr,case_when)
importFrom(dplyr,coalesce)
importFrom(dplyr,cume_dist)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,if_else)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,rename)
importFrom(dplyr,rename_at)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,select_at)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_at)
importFrom(dplyr,sym)
importFrom(dplyr,syms)
importFrom(dplyr,tibble)
importFrom(dplyr,transmute)
importFrom(rlang,"%||%")
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_split_fixed)
importFrom(stringr,str_subset)
importFrom(tidyr,replace_na)
importFrom(tidyselect,any_of)
useDynLib(msglm, .registration=TRUE)