-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.89 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
64
65
66
67
68
# Generated by roxygen2: do not edit by hand
export(binarize_and_transpose)
export(check_input)
export(cluster_network)
export(collapse_protein_ids)
export(create_species_id_table)
export(diamond_is_installed)
export(export_sequences)
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(iqtree_version)
export(last_is_installed)
export(parse_collinearity)
export(phylogenomic_profile)
export(plot_network)
export(plot_profiles)
export(process_input)
export(profiles2phylip)
export(rcpp_mcscanx_file)
export(read_diamond)
export(run_diamond)
export(run_last)
import(Rcpp)
import(intergraph)
importFrom(BiocParallel,SerialParam)
importFrom(BiocParallel,bplapply)
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(pheatmap,pheatmap)
importFrom(rlang,.data)
importFrom(rtracklayer,import)
importFrom(stats,ave)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,reshape)
importFrom(utils,capture.output)
importFrom(utils,combn)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.table)
useDynLib(syntenet, .registration = TRUE)