-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.42 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
69
70
# Generated by roxygen2: do not edit by hand
export(accnet)
export(accnet_enrichment_analysis)
export(accnet_with_padj)
export(annotate)
export(as.data.frame.nr_list)
export(classifier)
export(clustering)
export(coincidents)
export(core_genome)
export(core_plots)
export(core_snp_genome)
export(core_snps_matrix)
export(dn_ds)
export(eggnogmapper)
export(export_accnet_aln)
export(export_core_to_fasta)
export(export_to_gephi)
export(extract_non_redundant)
export(heatmap_of_annotation)
export(install_db)
export(knnn)
export(load_gff_list)
export(mash)
export(mmseqs)
export(network_of_annotation)
export(non_redundant)
export(non_redundant_hier)
export(non_redundant_pangenomes)
export(outliers)
export(pangenomes_from_files)
export(pangenomes_from_mmseqs)
export(plasmidome)
export(plot_knnn_network)
export(remove_outliers)
export(screening)
export(sharedness)
export(similarity_network)
export(similarity_tree)
export(singles)
export(snps_map)
export(snps_pairwaise)
export(twins)
export(umap_plot)
import(ape)
import(data.table)
import(dbscan)
import(doParallel)
import(dplyr)
import(dtplyr)
import(foreach)
import(ggplot2)
import(htmltools)
import(igraph)
import(magrittr)
import(manipulateWidget)
import(mclust)
import(microseq)
import(openssl)
import(parallel)
import(parallelDist)
import(stringdist)
import(stringr)
import(threejs)
import(tibble)
import(tidyr)
import(uwot)
importFrom(data.table,fread)
importFrom(randomcoloR,distinctColorPalette)