-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
73 lines (72 loc) · 1.96 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
71
72
73
# Generated by roxygen2: do not edit by hand
S3method(print,ggplot)
export(mmexpand_network)
export(mmexport)
export(mmextract)
export(mmheatmap)
export(mmload)
export(mmmerge_linkfiles)
export(mmnetwork)
export(mmplot)
export(mmplot_cov_profiles)
export(mmplot_pairs)
export(mmscanbins)
export(mmstats)
import(ggplot2)
importFrom(Biostrings,letterFrequency)
importFrom(Biostrings,oligonucleotideFrequency)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,width)
importFrom(Biostrings,writeXStringSet)
importFrom(cowplot,plot_grid)
importFrom(data.table,data.table)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,setDT)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,rename_)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarise_at)
importFrom(dplyr,top_n)
importFrom(ggrepel,geom_text_repel)
importFrom(igraph,V)
importFrom(igraph,clusters)
importFrom(igraph,graph.data.frame)
importFrom(igraph,layout_with_fr)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(plyr,ldply)
importFrom(purrr,imap)
importFrom(rlang,quos)
importFrom(rlang,sym)
importFrom(sp,point.in.polygon)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace_all)
importFrom(tibble,add_column)
importFrom(tibble,as.tibble)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate_)
importFrom(tidyr,separate_rows)
importFrom(tidyr,unite)
importFrom(tools,file_path_sans_ext)
importFrom(utils,packageVersion)