-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 900 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 900 Bytes
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
# Generated by roxygen2: do not edit by hand
export(PIP_component_distribution)
export(PIP_distribution)
export(PIP_threshold_distribution)
export(check_convergence)
export(check_simulation_scores)
export(export_data)
export(genome_loadings)
export(highest_components)
export(highest_genes)
export(load_chromosome_lengths)
export(load_gene_locations)
export(load_results)
export(loading_distribution)
export(plot_PIP)
export(plot_PIP_change)
export(plot_free_energy)
export(plot_free_energy_change)
export(plot_loadings)
export(plot_maximums)
export(plot_scores)
export(plot_scree)
export(reverselog_trans)
export(run_SDA)
export(scores_distribution)
export(simulate_2D_data)
import(biomaRt)
import(data.table)
import(ggplot2)
import(ggrepel)
import(scales)
importFrom(NMF,aheatmap)
importFrom(cowplot,draw_plot)
importFrom(cowplot,ggdraw)
importFrom(scales,log_breaks)
importFrom(scales,trans_new)