-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
39 lines (38 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(QCRSC)
export(filter_peaks_by_blank)
export(filter_peaks_by_fraction)
export(filter_peaks_by_rsd)
export(filter_samples_by_mv)
export(glog_plot_optimised_lambda)
export(glog_transformation)
export(mv_imputation)
export(normalise_to_sum)
export(pqn_normalisation)
export(processing_history)
export(remove_peaks)
export(sbc_plot)
import(SummarizedExperiment)
import(ggplot2)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,metadata)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(impute,impute.knn)
importFrom(matrixStats,rowAnyMissings)
importFrom(matrixStats,rowCounts)
importFrom(matrixStats,rowMedians)
importFrom(matrixStats,rowSds)
importFrom(matrixStats,rowVars)
importFrom(methods,as)
importFrom(methods,is)
importFrom(missForest,missForest)
importFrom(pcaMethods,pca)
importFrom(reshape2,melt)
importFrom(stats,median)
importFrom(stats,optimise)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(stats,var)
importFrom(utils,capture.output)