-
Notifications
You must be signed in to change notification settings - Fork 12
/
NAMESPACE
122 lines (121 loc) · 3.18 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# Generated by roxygen2: do not edit by hand
export(CLR_FN)
export(DESEQ_FN)
export(FQT_FN)
export(FQ_FN)
export(PSINORM_FN)
export(SCRAN_FN)
export(SUM_FN)
export(SconeExperiment)
export(TMM_FN)
export(UQ_FN)
export(biplot_color)
export(biplot_interactive)
export(estimate_ziber)
export(factor_sample_filter)
export(fast_estimate_ziber)
export(impute_expectation)
export(impute_null)
export(lm_adjust)
export(make_design)
export(metric_sample_filter)
export(sconeReport)
export(scone_easybake)
export(score_matrix)
export(simple_FNR_params)
exportClasses(SconeExperiment)
exportMethods(PsiNorm)
exportMethods(SconeExperiment)
exportMethods(get_batch)
exportMethods(get_bio)
exportMethods(get_design)
exportMethods(get_negconeval)
exportMethods(get_negconruv)
exportMethods(get_normalized)
exportMethods(get_params)
exportMethods(get_poscon)
exportMethods(get_qc)
exportMethods(get_score_ranks)
exportMethods(get_scores)
exportMethods(scone)
exportMethods(select_methods)
import(BiocParallel)
import(SingleCellExperiment)
import(SummarizedExperiment)
import(gplots)
import(methods)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(DelayedMatrixStats,colMins)
importFrom(DelayedMatrixStats,colSums2)
importFrom(MatrixGenerics,colMins)
importFrom(MatrixGenerics,colSums2)
importFrom(RColorBrewer,brewer.pal)
importFrom(RUVSeq,RUVg)
importFrom(aroma.light,normalizeQuantileRank.matrix)
importFrom(boot,inv.logit)
importFrom(boot,logit)
importFrom(class,knn)
importFrom(cluster,silhouette)
importFrom(compositions,clr)
importFrom(diptest,dip.test)
importFrom(edgeR,calcNormFactors)
importFrom(fpc,pamk)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,barplot)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(hexbin,hexbin)
importFrom(hexbin,plot)
importFrom(limma,lmFit)
importFrom(matrixStats,colIQRs)
importFrom(matrixStats,colMedians)
importFrom(matrixStats,rowMedians)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(mixtools,normalmixEM)
importFrom(rARPACK,svds)
importFrom(rhdf5,H5close)
importFrom(rhdf5,h5createFile)
importFrom(rhdf5,h5ls)
importFrom(rhdf5,h5read)
importFrom(rhdf5,h5write)
importFrom(sparseMatrixStats,colMins)
importFrom(sparseMatrixStats,colSums2)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coefficients)
importFrom(stats,contr.sum)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,dnbinom)
importFrom(stats,fitted.values)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(stats,quasibinomial)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(utils,head)
importFrom(utils,sessionInfo)
importFrom(utils,write.csv)
importFrom(utils,write.table)