-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export(consensusConcordants)
export(filterSignature)
export(getConcordants)
export(getSignature)
export(investigateSignature)
export(investigateTarget)
export(prepareSignature)
import(lifecycle)
importFrom(S4Vectors,DataFrame)
importFrom(curl,form_file)
importFrom(dplyr,across)
importFrom(dplyr,any_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_url_path_append)
importFrom(httr2,req_url_query)
importFrom(httr2,req_user_agent)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_status)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(purrr,flatten_dfr)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dfr)
importFrom(readr,write_tsv)
importFrom(rlang,.data)
importFrom(stats,quantile)
importFrom(stringr,str_glue)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(utils,packageVersion)