-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.15 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.15 KB
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
# Generated by roxygen2: do not edit by hand
S3method(print,cytetype_api_error)
export(CleanUpArtifacts)
export(CyteTypeR)
export(GetResults)
export(PrepareCyteTypeR)
export(cytetype_api_error)
importFrom(Matrix,rowSums)
importFrom(Seurat,AddMetaData)
importFrom(Seurat,Embeddings)
importFrom(Seurat,GetAssayData)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,slice_head)
importFrom(dplyr,ungroup)
importFrom(httr2,req_auth_bearer_token)
importFrom(httr2,req_body_json)
importFrom(httr2,req_headers)
importFrom(httr2,req_method)
importFrom(httr2,req_perform)
importFrom(httr2,req_timeout)
importFrom(httr2,request)
importFrom(httr2,resp_body_json)
importFrom(httr2,resp_body_string)
importFrom(httr2,resp_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,write_json)
importFrom(logger,log_debug)
importFrom(logger,log_error)
importFrom(logger,log_info)
importFrom(logger,log_warn)
importFrom(methods,as)
importFrom(purrr,list_rbind)
importFrom(purrr,map_dfr)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(utils,flush.console)