-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
43 lines (42 loc) · 1.1 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,mirvie_cohort_outliers)
export("%>%")
export(autoplot)
export(check_sample_descs)
export(collapse_tech_reps)
export(collect_counts)
export(convert_feather_dir_to_csvs)
export(convert_gene_names)
export(deseq_contrasts)
export(deseq_pairs)
export(deseq_wide)
export(df_fill_missing_genes)
export(downsample_count_mat_cols)
export(downsample_count_mat_rows)
export(downsample_count_vec)
export(downsample_gene_counts)
export(fgsea_basic)
export(filter_genes)
export(get_cohort_outliers)
export(get_df_gene_names)
export(get_feather_path)
export(get_gene_names)
export(get_htseq_paths)
export(mutate_genes)
export(plot_cond_paired_pearson)
export(plot_down)
export(plot_metrics_global)
export(plot_up)
export(plot_var_mean_ratio)
export(prep_gsea_input_gene_set)
export(prep_gsea_input_lfc)
export(prep_rd_input)
export(reconcile_names)
export(repsim_gene_cond)
importFrom(foreach,'%dopar%')
importFrom(ggplot2,autoplot)
importFrom(magrittr,"%>%")
importFrom(magrittr,'%>%')
importFrom(magrittr,'%T>%')
importFrom(utils,globalVariables)
importFrom(zeallot,'%<-%')