forked from waldronlab/bugSigSimple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
34 lines (33 loc) · 892 Bytes
/
NAMESPACE
File metadata and controls
34 lines (33 loc) · 892 Bytes
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
# Generated by roxygen2: do not edit by hand
export(createStudyTable)
export(createTaxonTable)
export(frequencySigs)
export(getCriticalN)
export(getMostFrequentTaxa)
export(simulateSignatures)
export(subsetByCurator)
importFrom(bugsigdbr,getSignatures)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,reframe)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(kableExtra,kable_styling)
importFrom(kableExtra,kbl)
importFrom(stats,binom.test)
importFrom(stats,quantile)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(tidyr,all_of)
importFrom(tidyr,separate)
importFrom(utils,head)
importFrom(utils,relist)