-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
69 lines (68 loc) · 1.94 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
# Generated by roxygen2: do not edit by hand
export(msFilter)
export(msImpute)
export(msNormalize)
export(msPrepare)
export(msSummarize)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(VIM,kNN)
importFrom(crmn,normalize)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,mutate_if)
importFrom(dplyr,n)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(missForest,missForest)
importFrom(pcaMethods,completeObs)
importFrom(pcaMethods,pca)
importFrom(preprocessCore,normalize.quantiles)
importFrom(rlang,"!!!")
importFrom(rlang,.data)
importFrom(rlang,UQ)
importFrom(rlang,as_string)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,sd)
importFrom(stringr,str_replace_all)
importFrom(sva,ComBat)
importFrom(sva,sva)
importFrom(tibble,as_data_frame)
importFrom(tibble,as_tibble)
importFrom(tibble,data_frame)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,replace_na)
importFrom(tidyr,separate)