-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
69 lines (68 loc) · 1.92 KB
/
NAMESPACE
File metadata and controls
69 lines (68 loc) · 1.92 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
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
# Generated by roxygen2: do not edit by hand
export(ANNotate)
export(CloudAzimuth)
export(PrepLabel)
export(get_data)
export(if_gpu)
export(listen_to_progress)
export(make_QC_heatmap)
export(make_azimuth_QC_heatmaps)
export(package_obj)
export(process_azimuth_results)
export(read_obj_min)
export(run_azimuth_api)
importFrom(Matrix,Matrix)
importFrom(RCurl,url.exists)
importFrom(Seurat,"DefaultAssay<-")
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,DoHeatmap)
importFrom(Seurat,FindAllMarkers)
importFrom(Seurat,NoLegend)
importFrom(Seurat,NormalizeData)
importFrom(Seurat,ScaleData)
importFrom(Seurat,SetIdent)
importFrom(SeuratObject,"Idents<-")
importFrom(SeuratObject,Cells)
importFrom(SeuratObject,CreateAssay5Object)
importFrom(SeuratObject,CreateDimReducObject)
importFrom(SeuratObject,CreateSeuratObject)
importFrom(SeuratObject,Idents)
importFrom(SeuratObject,IsMatrixEmpty)
importFrom(SeuratObject,LayerData)
importFrom(SeuratObject,Layers)
importFrom(argparse,ArgumentParser)
importFrom(curl,curl_fetch_stream)
importFrom(curl,form_file)
importFrom(curl,handle_setform)
importFrom(curl,new_handle)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,theme)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(httr,upload_file)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(methods,"slot<-")
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(reticulate,r_to_py)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(utils,packageVersion)