-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.7 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
# Generated by roxygen2: do not edit by hand
S3method(data_model,character)
S3method(data_model,data.table)
S3method(get_default_nested_identifiers,SummarizedExperiment)
S3method(get_default_nested_identifiers,data.table)
S3method(prepare_input,MultiAssayExperiment)
S3method(prepare_input,data.table)
export(.standardize_conc)
export(annotate_dt_with_cell_line)
export(annotate_dt_with_drug)
export(average_SE)
export(calculate_Bliss)
export(calculate_GR_value)
export(calculate_HSA)
export(calculate_endpt_GR_value)
export(calculate_excess)
export(calculate_score)
export(calculate_time_dep_GR_value)
export(cleanup_metadata)
export(convert_mae_to_raw_data)
export(convert_se_to_raw_data)
export(create_SE)
export(create_and_normalize_SE)
export(data_model)
export(fit_SE)
export(fit_SE.combinations)
export(get_cell_line_annotation)
export(get_cellline_annotation_from_dt)
export(get_default_nested_identifiers)
export(get_drug_annotation)
export(get_drug_annotation_from_dt)
export(grr_matches)
export(identify_data_type)
export(identify_keys)
export(map_conc_to_standardized_conc)
export(map_df)
export(map_ids_to_fits)
export(merge_data)
export(normalize_SE)
export(prepare_input)
export(process_perturbations)
export(remove_drug_batch)
export(replace_conc_with_standardized_conc)
export(runDrugResponseProcessingPipeline)
export(split_raw_data)
export(test_synthetic_data)
import(S4Vectors)
import(checkmate)
importFrom(data.table,"%chin%")
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
useDynLib(gDRcore, .registration = TRUE)