forked from almeidasilvaf/syntenet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.66 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
# Generated by roxygen2: do not edit by hand
export(binarize_and_transpose)
export(check_input)
export(cluster_network)
export(diamond_is_installed)
export(fasta2AAStringSetlist)
export(find_GS_clusters)
export(gff2GRangesList)
export(infer_microsynteny_phylogeny)
export(infer_syntenet)
export(interspecies_synteny)
export(intraspecies_synteny)
export(iqtree_is_installed)
export(parse_collinearity)
export(phylogenomic_profile)
export(plot_network)
export(plot_profiles)
export(process_input)
export(profiles2phylip)
export(rcpp_mcscanx_file)
export(run_diamond)
import(Rcpp)
import(intergraph)
importFrom(Biostrings,readAAStringSet)
importFrom(Biostrings,subseq)
importFrom(Biostrings,width)
importFrom(Biostrings,writeXStringSet)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,makeGRangesFromDataFrame)
importFrom(GenomicRanges,mcols)
importFrom(RColorBrewer,brewer.pal)
importFrom(ggnetwork,geom_edges)
importFrom(ggnetwork,geom_nodes)
importFrom(ggnetwork,ggnetwork)
importFrom(ggnetwork,theme_blank)
importFrom(ggplot2,aes)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_color_manual)
importFrom(grDevices,colorRampPalette)
importFrom(igraph,cluster_infomap)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,simplify)
importFrom(methods,is)
importFrom(networkD3,forceNetwork)
importFrom(networkD3,igraph_to_networkD3)
importFrom(pheatmap,pheatmap)
importFrom(rlang,.data)
importFrom(rtracklayer,import)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,reshape)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(syntenet, .registration = TRUE)