-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
48 lines (47 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.get_clinical_by_list_item)
export(.get_clinical_pat_by_list_item)
export(.get_data_by_sample)
export(.get_data_by_study)
export(available_clinical_attributes)
export(available_gene_panels)
export(available_patients)
export(available_profiles)
export(available_sample_lists)
export(available_samples)
export(available_studies)
export(cbp_api)
export(get_alias)
export(get_cbioportal_token)
export(get_clinical_by_patient)
export(get_clinical_by_sample)
export(get_clinical_by_study)
export(get_cna_by_sample)
export(get_cna_by_study)
export(get_entrez_id)
export(get_fusions_by_sample)
export(get_fusions_by_study)
export(get_gene_panel)
export(get_genes)
export(get_genetics_by_sample)
export(get_genetics_by_study)
export(get_hugo_symbol)
export(get_mutations_by_sample)
export(get_mutations_by_study)
export(get_panel_by_sample)
export(get_samples_by_patient)
export(get_segments_by_sample)
export(get_segments_by_study)
export(get_structural_variants_by_sample)
export(get_structural_variants_by_study)
export(get_study_info)
export(set_cbioportal_db)
export(test_cbioportal_db)
import(dplyr)
import(httr)
importFrom(cli,cli_alert_success)
importFrom(cli,cli_alert_warning)
importFrom(magrittr,"%>%")
importFrom(purrr,"%||%")
importFrom(rlang,abort)