-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
88 lines (87 loc) · 2.31 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Generated by roxygen2: do not edit by hand
S3method(get_data,default)
S3method(get_data,phenotype)
S3method(get_data,phenotype_list)
S3method(get_data,phenotype_matrix)
S3method(get_data,playlist)
S3method(gor_define,character)
S3method(gor_define,gor_definitions)
S3method(gor_define,list)
S3method(merge,list)
S3method(print,WorkflowJob)
S3method(print,analysis_catalog)
S3method(print,analysis_catalog_run)
S3method(print,gor_creation)
S3method(print,phenotype)
S3method(print,phenotype_list)
S3method(print,platform_connection)
S3method(print,playlist)
export(category_delete)
export(create_category)
export(create_phenotype)
export(create_phenotype_matrix)
export(create_playlist)
export(get_access_token)
export(get_analysis_catalog)
export(get_analysis_catalog_run)
export(get_analysis_catalog_runs)
export(get_analysis_catalogs)
export(get_categories)
export(get_covariate)
export(get_covariates)
export(get_data)
export(get_gorpipe)
export(get_job)
export(get_jobs)
export(get_phenotype)
export(get_phenotype_matrix)
export(get_phenotypes)
export(get_phenotypes_data)
export(get_phenotypes_dataframe)
export(get_pipelines)
export(get_playlist)
export(get_playlists)
export(get_tags)
export(gor_connect)
export(gor_create)
export(gor_define)
export(gor_knitr_setup)
export(gor_query)
export(phemat_add_phenotype)
export(phemat_add_phenotypes)
export(phemat_remove_phenotype)
export(phenotype_add_tag)
export(phenotype_add_tags)
export(phenotype_connect)
export(phenotype_delete)
export(phenotype_delete_tag)
export(phenotype_delete_tags)
export(phenotype_get_error)
export(phenotype_get_errors)
export(phenotype_get_tags)
export(phenotype_plot)
export(phenotype_refresh)
export(phenotype_set_tags)
export(phenotype_update)
export(phenotype_update_description)
export(phenotype_update_query)
export(phenotype_upload_data)
export(platform_connect)
export(playlist_add_phenotype)
export(playlist_add_phenotypes)
export(playlist_delete)
export(playlist_delete_phenotypes)
export(playlist_refresh)
export(playlist_update_description)
export(post_job)
export(workflow__is_running)
export(workflow_check_status)
export(workflow_inspect)
export(workflow_refresh)
export(workflow_wait)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.string)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"%T>%")
importFrom(methods,is)