-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
33 lines (32 loc) · 931 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
# Generated by roxygen2: do not edit by hand
export(FGDatasetUploadParameters)
export(assert_token_is_not_expired)
export(connect)
export(create_app)
export(create_dataset)
export(create_dataset_df)
export(create_dataset_from_seurat)
export(create_workflow)
export(download_dataset)
export(get_app)
export(get_apps)
export(get_dataset)
export(get_datasets)
export(get_edit_model_of_workflow)
export(get_valid_current_normalization_status)
export(get_valid_gene_nomenclatures)
export(get_valid_matrix_formats)
export(get_valid_technologies)
export(get_workflow)
export(get_workflows)
export(modify_workflow)
export(poll_analysis_until_completed)
export(poll_app_until_validated)
export(poll_dataset_until_validated)
export(run_analysis)
export(save_workflow_as_file)
exportClasses(FGConnection)
exportClasses(FGErrorModelResponse)
exportClasses(FGErrorResponse)
exportClasses(FGResponse)
exportClasses(FGValidationProblemResponse)