-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
99 lines (98 loc) · 2.54 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
89
90
91
92
93
94
95
96
97
98
99
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.delim_string_to_vector)
export(.modify_annotation)
export(.replace_string_column_with_stringlist_column)
export(.store_rows)
export(.update_table_data)
export(.update_view_data)
export(add_activity)
export(add_activity_batch)
export(add_default_fileview)
export(add_default_folders)
export(add_default_wiki)
export(add_people_from_table)
export(add_publication_from_pubmed)
export(add_publication_from_unpaywall)
export(add_publications_from_file)
export(add_to_collection)
export(add_to_scope)
export(adjust_view)
export(annotate_aligned_reads)
export(annotate_called_variants)
export(annotate_cnv)
export(annotate_expression)
export(annotate_with_manifest)
export(annotate_with_tool_stats)
export(as_table_schema)
export(assign_study_data_types)
export(bad_url)
export(bipartite_mmd_template)
export(byte_budget)
export(calculate_related_studies)
export(cbp_add_clinical)
export(cbp_add_cna)
export(cbp_add_expression)
export(cbp_add_maf)
export(cbp_new_cancer_type)
export(cbp_new_study)
export(check_access)
export(check_readpair_validity)
export(check_wiki_links)
export(convert_to_stringlist)
export(copy_annotations)
export(data_curator_app_subpage)
export(delete_provenance)
export(dsp_dataset_mapping)
export(find_child)
export(find_child_type)
export(find_data_root)
export(find_in)
export(find_nf_asset)
export(from_pubmed)
export(get_by_prop_from_json_schema)
export(get_dependency_from_json_schema)
export(get_project_wiki)
export(get_valid_values_from_json_schema)
export(grant_specific_file_access)
export(infer_data_type)
export(key_label_to_id)
export(list_project_datasets)
export(make_admin)
export(make_folder)
export(make_public)
export(make_public_viewable)
export(manifest_generate)
export(manifest_passed)
export(manifest_validate)
export(map_sample_input_ss)
export(map_sample_io)
export(map_sample_output_rnaseq)
export(map_sample_output_sarek)
export(meta_qc_dataset)
export(meta_qc_project)
export(missing_annotation_email)
export(new_dataset)
export(new_project)
export(nf_cnv_dataset)
export(nf_sarek_datasets)
export(nf_star_salmon_datasets)
export(nf_workflow_version)
export(precheck_manifest)
export(processing_flowchart)
export(register_study)
export(register_study_files)
export(remanifest)
export(remove_button)
export(remove_wiki_subpage)
export(summarize_attribute)
export(summarize_file_access)
export(swap_col)
export(syn_login)
export(table_query)
export(update_study_annotations)
export(use_latest_in_collection)
export(wiki_mod)
import(data.table)
import(reticulate)
importFrom(magrittr,"%>%")