-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (34 loc) · 986 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
# Generated by roxygen2: do not edit by hand
S3method(get_job_id,default)
S3method(get_job_id,encore_job)
S3method(get_job_id,encore_job_list)
S3method(get_job_id,encore_manhattan_data)
S3method(get_job_id,encore_qq_data)
S3method(get_phenotype_id,default)
S3method(get_phenotype_id,encore_job)
S3method(get_phenotype_id,encore_job_list)
S3method(get_phenotype_id,encore_pheno_list)
S3method(submit_phenotype,data.frame)
S3method(submit_phenotype,default)
export(as_new_job)
export(download_job_output)
export(get_genotypes)
export(get_job_details)
export(get_job_id)
export(get_job_manhattan_data)
export(get_job_qq_data)
export(get_jobs)
export(get_phenotype_details)
export(get_phenotype_id)
export(get_phenotypes)
export(plot_manhattan)
export(plot_qq)
export(set_access_token)
export(submit_job)
export(submit_phenotype)
export(theme_manhattan)
importFrom(rlang,.data)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,type.convert)
importFrom(utils,write.csv)