-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
55 lines (54 loc) · 1.5 KB
/
Copy pathNAMESPACE
File metadata and controls
55 lines (54 loc) · 1.5 KB
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
export(predict.detectPanel_result)
export(detectPanel)
export(confusion_metrics)
export(discover_panel)
export(evaluate_markers)
export(exclude_features)
export(export_results)
export(fit_panel)
export(flag_pca_outliers)
export(make_repeated_stratified_splits)
export(nested_validate_panels)
export(plot_marker_expression)
export(plot_marker_roc)
export(plot_panel_heatmap)
export(plot_volcano)
export(preselect_markers)
export(run_deseq2)
export(score_detectability)
export(search_panels)
export(transform_assay)
export(validate_assay_data)
S3method(plot,detectPanel_nested)
S3method(plot,detectPanel_result)
S3method(coef,detectPanel_ridge_fit)
S3method(predict,detectPanel_ridge_fit)
S3method(predict,detectPanel_fit)
S3method(print,detectPanel_fit)
S3method(print,detectPanel_nested)
S3method(print,detectPanel_result)
S3method(print,detectPanel_search)
S3method(summary,detectPanel_fit)
S3method(summary,detectPanel_nested)
S3method(summary,detectPanel_result)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_bw)
importFrom(graphics,plot)
importFrom(stats,aggregate)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,glm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,write.csv)
S3method(predict,detectPanel_result)