forked from ksens/revealgenomics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
128 lines (127 loc) · 3.65 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Generated by roxygen2: do not edit by hand
export(.ghEnv)
export(FeaturesetChoices)
export(FilterChoices)
export(PipelineChoices)
export(aggr_proj_study_by_pheno)
export(api_register_biosamples)
export(api_register_definitions)
export(api_register_featuresets_experimentsets_measurementsets)
export(api_register_individuals)
export(api_register_ontology_from_definition_sheet)
export(api_register_project_datasets)
export(as.scidb_int64_cols)
export(build_reference_gene_set)
export(calculate_statistics_across_measurementsets)
export(calculate_statistics_rnaquantification)
export(calculate_statistics_variant)
export(createDataLoader)
export(createDataReader)
export(delete_dataset)
export(delete_entity)
export(delete_featureset)
export(delete_project)
export(drop_na_columns)
export(estimate_measurementdata_download_size)
export(find_dataset_id_by_grep)
export(find_dataset_id_by_metadata_value)
export(find_matches_and_return_indices)
export(find_project_id_by_grep)
export(formulate_cell_population_data_tree_from_features_dataframe)
export(full_arrayname)
export(get_biosamples)
export(get_datasets)
export(get_definitions)
export(get_entity_count)
export(get_entity_info)
export(get_entity_names)
export(get_experiments)
export(get_experimentset)
export(get_features)
export(get_featuresets)
export(get_gene_symbol)
export(get_genelist)
export(get_genelist_gene_symbols)
export(get_individuals)
export(get_measurements)
export(get_measurementsets)
export(get_ontology)
export(get_projects)
export(get_referenceset)
export(get_variant_key)
export(grant_initial_access)
export(increment_dataset_version)
export(init_db)
export(list_ncol_in_aux_column)
export(list_nrow_in_aux_column)
export(mandatory_fields)
export(merge_aux_info_from_df)
export(merge_aux_info_from_file)
export(myExcelLoader)
export(plot_heatmap_for_expression_set)
export(populate_measurements)
export(pretty_print)
export(register_biosample)
export(register_chromosome_key)
export(register_dataset)
export(register_definitions)
export(register_entities_excel)
export(register_entities_workbook)
export(register_exomic_variant)
export(register_experimentset)
export(register_expression_dataframe)
export(register_expression_matrix)
export(register_expression_matrix_client)
export(register_feature)
export(register_features_from_gtf_file)
export(register_featureset)
export(register_fusion)
export(register_gene_symbol)
export(register_genelist)
export(register_genelist_gene)
export(register_in_memory_matrix)
export(register_individual)
export(register_measurementdata_cache)
export(register_measurementset)
export(register_metadata_attrkey)
export(register_ontology_term)
export(register_project)
export(register_referenceset)
export(register_variant)
export(register_variant_key)
export(remove_duplicates)
export(rg_connect)
export(rg_connect2)
export(run_quality_control_checks)
export(scidb_array_count)
export(scidb_array_head)
export(scidb_attribute_rename)
export(scidb_exists_array)
export(search_attributes)
export(search_biosamples)
export(search_copy_number_variant)
export(search_cytof)
export(search_datasets)
export(search_definitions)
export(search_experimentsets)
export(search_expression)
export(search_feature_by_synonym)
export(search_features)
export(search_fusion)
export(search_gene_symbols)
export(search_genelist_gene)
export(search_individuals)
export(search_measurementdata)
export(search_measurementdata_cache)
export(search_measurements)
export(search_measurementsets)
export(search_ontology)
export(search_rnaquantification)
export(search_variant)
export(search_variants)
export(set_permissions)
export(show_dataset_permissions)
export(show_user_permissions)
export(unique_fields)
export(update_entity)
import(data.table)