-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
73 lines (72 loc) · 1.6 KB
/
NAMESPACE
File metadata and controls
73 lines (72 loc) · 1.6 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Generated by roxygen2: do not edit by hand
export(GO_enrichment)
export(Mode)
export(clustered_heatmap)
export(compare_factorisations)
export(component_enrichment)
export(correlate_regprobs)
export(create_grob_list)
export(dmultinom_v)
export(download_flank_sequences)
export(download_tss)
export(export_FASTA)
export(export_all_pwms)
export(expression_dt)
export(find_motifs_parallel)
export(gene_expression_pseudotime)
export(gene_list)
export(get_component_motifs)
export(get_density)
export(get_top_genes)
export(go_volcano_plot)
export(imputed_vs_raw)
export(load2)
export(load_component_orderings)
export(load_curve_data)
export(manhatten_plot)
export(match_cells2)
export(mean_prob_bycomp)
export(melt_genes)
export(motif_consensus)
export(plotCellAUC)
export(plot_cell_scores)
export(plot_component_regprobs)
export(plot_meanprob_bycomp)
export(plot_motif_matches)
export(plot_pseudotime_expression_panel)
export(princurve_bootstrap)
export(print_loadings_scores)
export(print_pca)
export(print_raw_tsne)
export(print_tsne)
export(ptorder)
export(reverse_normalisation)
export(rotate_SDA)
export(rotate_matrix)
export(rotate_tsne)
export(save2)
export(sda_predict)
export(sequence_matrix)
export(single_component_enrichment)
export(sort_matrix)
export(split_loadings)
export(ternaryColours)
export(tricolour_tsne)
import(ComplexHeatmap)
import(MotifFinder)
import(NMF)
import(RColorBrewer)
import(SDAtools)
import(biomaRt)
import(cowplot)
import(data.table)
import(ggnewscale)
import(ggplot2)
import(ggseqlogo)
import(ggrepel)
import(gridExtra)
import(princurve)
import(stringr)
import(vegan)
import(viridis)
importFrom(MASS,kde2d)