-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·117 lines (115 loc) · 3.68 KB
/
Copy pathNAMESPACE
File metadata and controls
executable file
·117 lines (115 loc) · 3.68 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
export('[.chromatin_states_transition_matrix')
export('[.subgroup_specific_genomic_regions')
export('print.bp')
export('print.chromatin_states_transition_matrix')
export('print.methylation_hooks')
export('print.subgroup_specific_genomic_regions')
export('state_names<-')
export('t.chromatin_states_transition_matrix')
export(annotate_to_gene_models)
export(annotate_to_genomic_features)
export(available_gencode_fields)
export(bp)
export(chipseq_hooks)
export(chromatin_states_transition_chord_diagram)
export(common_regions)
export(compare_meth)
export(cor_columns)
export(correlated_regions)
export(correlated_regions_by_window)
export(cr_add_subtype_specificity)
export(cr_concatenate)
export(cr_coverage_on_genes)
export(cr_enriched_heatmap)
export(cr_enriched_heatmap_at_gene)
export(cr_enriched_heatmap_at_genomic_features)
export(cr_enriched_heatmap_at_tss)
export(cr_enriched_heatmap_at_tss_cgi)
export(cr_genes_gtrellis)
export(cr_genic_stat)
export(cr_gviz)
export(cr_hilbert_curve)
export(cr_reduce)
export(cr_scatterplot)
export(enrich_with_histone_mark)
export(enrich_with_methylation)
export(extract_field_from_gencode)
export(extract_sites)
export(find_neighbours)
export(general_chipseq_association)
export(general_chipseq_association_to_methylation)
export(genomic_corr_absdist)
export(genomic_corr_intersect)
export(genomic_corr_jaccard)
export(genomic_corr_reldist)
export(genomic_regions_basic_stat)
export(genomic_regions_correlation)
export(get_chromHMM_list)
export(get_mean_methylation_in_genomic_features)
export(get_peak_list)
export(get_sig_cr)
export(heatmap_diff_methylation_in_genomic_features)
export(heatmap_subgroup_specificity)
export(hilbert_curve_chipseq_difference)
export(hilbert_curve_methylation_difference)
export(import_gencode_as_txdb)
export(initialize_project_directory)
export(kb)
export(load_epik_config)
export(make_transition_matrix_from_chromHMM)
export(mat_dist)
export(match_by_gencode)
export(mb)
export(merge_cpg_dinucleotide_methylation)
export(methylation_global_distribution)
export(methylation_gtrellis)
export(methylation_gtrellis_multiple_samples)
export(methylation_hooks)
export(methylation_qcplot)
export(percentOverlaps)
export(reduce2)
export(reduce_david_results)
export(register_global_var)
export(scatterplot_with_boxplot)
export(set_counter)
export(sig_cr_compare_cutoff)
export(sig_cr_enriched_heatmap)
export(sig_cr_heatmap)
export(sig_cytoband_gtrellis)
export(state_names)
export(subgroup_specific_genomic_regions)
export(submit_to_david)
export(systemdf)
import(ComplexHeatmap, except = "+.AdditiveUnit")
import(EnrichedHeatmap)
import(GenomicFeatures)
import(GenomicRanges)
import(GetoptLong)
import(GlobalOptions)
import(HilbertCurve)
import(IRanges)
import(RColorBrewer)
import(circlize)
import(epik.Gviz)
import(graphics)
import(grid)
import(gridBase)
import(gtrellis)
import(matrixStats)
import(memoise)
import(methods)
import(parallel)
importFrom("GenomeInfoDb", `seqlevels<-`, "seqlengths<-")
importFrom("S4Vectors", DataFrame, metadata, "metadata<-", queryHits)
importFrom("ggplot2", ggplot, geom_bar, aes, facet_wrap, scale_fill_manual, xlab, ylab, theme, ggtitle, element_text)
importFrom("numbers", mGCD)
importFrom("rtracklayer", import)
importFrom(AnnotationDbi, loadDb)
importFrom(Rcpp, sourceCpp)
importFrom(genefilter, rowFtests)
importFrom(grDevices, pdf, png, dev.off, rgb, col2rgb)
importFrom(httr, GET, POST, content)
importFrom(stats, cor.test, oneway.test, t.test, p.adjust, integrate, ecdf, density, rnorm, hclust, cmdscale, as.dendrogram, dist, reorder, order.dendrogram, runif, kmeans, as.dist, as.hclust)
importFrom(utils, read.table, write.table, getFromNamespace)
importFrom(xml2, xml_children, xml_text, xml_name)
useDynLib(epik, .fixes = "epik_", .registration=TRUE)