-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
88 lines (87 loc) · 2.39 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
# Generated by roxygen2: do not edit by hand
export(add_gradient_pos_rel_amt)
export(add_isotopolog_label)
export(add_taxonomy)
export(calculate_M)
export(calculate_M_heavy)
export(calculate_M_labeled)
export(calculate_M_labeledmax)
export(calculate_N_light_it)
export(calculate_Z)
export(calculate_bi)
export(calculate_di)
export(calculate_gc_from_density)
export(calculate_gc_from_sequence)
export(calculate_resampled_wads)
export(calculate_source_wads)
export(calculate_tube_rel_abundance)
export(calculate_wads)
export(completely_labeled_values)
export(find_shared_ids)
export(fit_regression_model)
export(fraction_results_message)
export(get_N_total_it)
export(get_all_by_isotope)
export(get_dataframe)
export(get_feature_ids)
export(get_filtered_feature_summary)
export(get_filtered_source_counts)
export(get_growth_data)
export(get_normalized_controls)
export(get_normalized_features)
export(get_resample_counts)
export(get_resample_data)
export(get_source_mat_ids)
export(infer_source_data)
export(is_qsip_EAF)
export(is_qsip_data)
export(is_qsip_data_list)
export(is_qsip_filtered)
export(is_qsip_growth)
export(is_qsip_resampled)
export(jgi_feature_df)
export(jgi_normalize_features)
export(jgi_sample_df)
export(jgi_source_df)
export(multi_qsip_wrapper)
export(multi_qsip_wrapper_launcher)
export(n_resamples)
export(pivot_kbase_amplicon_matrix)
export(plot_EAF_values)
export(plot_density_outliers)
export(plot_feature_curves)
export(plot_feature_occurrence)
export(plot_feature_resamplings)
export(plot_filter_gradient_position)
export(plot_growth_values)
export(plot_sample_curves)
export(plot_source_wads)
export(plot_successful_resamples)
export(qsip_data)
export(qsip_feature_data)
export(qsip_sample_data)
export(qsip_source_data)
export(remove_isotopolog_label)
export(remove_isotopolog_label_check)
export(resample_seed)
export(run_EAF_calculations)
export(run_comparison_groups)
export(run_feature_filter)
export(run_growth_calculations)
export(run_resampling)
export(show_comparison_groups)
export(show_unshared_ids)
export(source_results_message)
export(summarize_EAF_values)
export(summarize_growth_values)
export(validate_abundances)
export(validate_gradient_pos_density)
export(validate_gradient_position)
export(validate_isotopes)
export(validate_source_isotope)
export(validate_standard_names)
importFrom(rlang,":=")
importFrom(stats,density)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,weighted.mean)