-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
37 lines (36 loc) · 960 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_juxtaview)
export(add_paraview)
export(add_views)
export(aggregate_clusters)
export(collect_kasumi_cluster)
export(collect_results)
export(collect_wcc)
export(create_initial_view)
export(create_view)
export(downstream_classify)
export(extract_clusters)
export(extract_representation)
export(extract_signature)
export(filter_views)
export(persistent_clusters)
export(remove_views)
export(rename_view)
export(run_kasumi)
export(sMR)
export(select_markers)
importFrom(dplyr,"%>%")
importFrom(mistyR,add_juxtaview)
importFrom(mistyR,add_paraview)
importFrom(mistyR,add_views)
importFrom(mistyR,collect_results)
importFrom(mistyR,create_initial_view)
importFrom(mistyR,create_view)
importFrom(mistyR,extract_signature)
importFrom(mistyR,filter_views)
importFrom(mistyR,remove_views)
importFrom(mistyR,rename_view)
importFrom(mistyR,select_markers)
importFrom(rlang,"!!")
importFrom(rlang,":=")