-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
49 lines (48 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
export(Mclust)
export(association_statistic_for_factors)
export(association_statistics_for_both)
export(biomart_obj)
export(biomart_stats)
export(boxplot_vars)
export(build_formula)
export(check_mismatch)
export(clean_covariates)
export(collapse_duplicate_hgnc_symbol)
export(complete_path)
export(compute_residuals)
export(conditional_plot_sexcheck)
export(convert_geneids)
export(correlate_and_plot)
export(cqn)
export(differential_expression)
export(dropped_genes)
export(filter_genes)
export(get_association_statistics)
export(get_biomart)
export(get_data)
export(gtf_stats)
export(identify_outliers)
export(mclustBIC)
export(plot_coexpression)
export(plot_pcs_with_covariates)
export(plot_sexcheck)
export(plot_sexcheck_pca)
export(plot_volcano)
export(prepare_results)
export(provenance_helper)
export(rq)
export(run_pca)
export(run_pca_and_plot_correlations)
export(start_de)
export(stepwise_regression)
export(store_results)
export(summarize_biotypes)
export(threshold_fdr)
export(wrap_de)
importFrom(magrittr,"%>%")
importFrom(mclust,Mclust)
importFrom(mclust,mclustBIC)
importFrom(quantreg,rq)
importFrom(rlang,":=")
importFrom(rlang,.data)