-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
64 lines (63 loc) · 1.73 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
# Generated by roxygen2: do not edit by hand
export(calculate_cohortwise_cov)
export(compute_anova)
export(compute_differential_expression)
export(compute_fold_change)
export(compute_opls_distance)
export(compute_opls_s_data)
export(compute_pca)
export(compute_posthoc)
export(compute_t_test)
export(create_boxplot_on_matrix)
export(create_cohortwise_cov_barplot)
export(create_cohortwise_cov_boxplot)
export(create_cohortwise_identifier_barplot)
export(create_cohortwise_identifier_boxplot)
export(create_densityplot_on_matrix)
export(create_multi_cohorts_metadata_for_anova)
export(create_multi_cohorts_metadata_for_limma)
export(create_opls)
export(create_opls_score_data)
export(create_pairwise_posthoc_boxplot)
export(create_samplewise_barplot)
export(create_supertest_sets)
export(create_upset_plot)
export(diff_exp_limma)
export(filter_matrix_by_intensity)
export(filter_matrix_by_most_variance)
export(filter_metadata_by_cohorts)
export(impute_missing_data)
export(make_intomix_input)
export(make_log2fc_matrix_from_intomix_input)
export(normalize_by_scaling_factor)
export(one_way_anova_on_matrix)
export(perform_normalization)
export(plot_anova)
export(plot_opls_distance)
export(plot_opls_s3d)
export(plot_opls_score)
export(plot_opls_summary)
export(plot_pca)
export(plot_pca3d)
export(plot_proportion_of_variance)
export(plot_volcano_from_limma)
export(remove_features_with_constant_data)
export(remove_features_with_missing_data)
export(sample_intensity_matrix)
export(split_string_every_nth_char)
import(SuperExactTest)
import(UpSetR)
import(dplyr)
import(ggplot2)
import(ggpubr)
import(ggrepel)
import(ggsci)
import(latex2exp)
import(limma)
import(matrixStats)
import(plotly)
import(reshape2)
import(ropls)
import(stats)
import(stringr)
import(tidyr)