-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
63 lines (62 loc) · 1.8 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Generated by roxygen2: do not edit by hand
S3method(annotate,ontology)
S3method(collapse_redundant_terms,ontology)
S3method(collapse_terms,ontology)
S3method(compute_redundancy,ontology)
S3method(filter,ontology)
S3method(filter_obsolete,ontology)
S3method(filter_unannotated,ontology)
S3method(permute,ontology)
S3method(propagate_annotations,ontology)
S3method(recompute_ancestors,ontology)
S3method(unite_roots,ontology)
export(annotate)
export(collapse_redundant_terms)
export(collapse_terms)
export(compute_gene_pcs)
export(compute_redundancy)
export(compute_term_pcs)
export(compute_term_pcs_stepdown)
export(extract_pcs)
export(filter)
export(filter_obsolete)
export(filter_unannotated)
export(permute)
export(plot_hierarchy)
export(propagate_annotations)
export(read_bed)
export(read_gaf)
export(read_obo)
export(recompute_ancestors)
export(test_genes)
export(test_terms)
export(unite_roots)
importFrom(BEDMatrix,BEDMatrix)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(Matrix,crossprod)
importFrom(broom,tidy)
importFrom(circlize,colorRamp2)
importFrom(corpcor,fast.svd)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(fastmatch,"%fin%")
importFrom(fastmatch,fmatch)
importFrom(future.apply,future_lapply)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_color_gradient)
importFrom(igraph,as_ids)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,keeping_degseq)
importFrom(igraph,rewire)
importFrom(igraph,topo_sort)
importFrom(ontologyIndex,get_ancestors)
importFrom(ontologyIndex,get_descendants)
importFrom(ontologyIndex,get_ontology)
importFrom(stringr,str_to_title)
importFrom(stringr,str_wrap)