Skip to content

Commit

Permalink
Refactoring MS1 adducts (#141, #144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Jul 2, 2024
1 parent 82d9cb9 commit 0bd0931
Show file tree
Hide file tree
Showing 28 changed files with 562 additions and 793 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Collate:
'import_spectra.R'
'annotate_spectra.R'
'calculate_entropy.R'
'parse_adduct.R'
'calculate_mass_from_adduct.R'
'clean_bio.R'
'columns_model.R'
'clean_collapse.R'
Expand Down Expand Up @@ -126,7 +128,6 @@ Collate:
'prepare_features_components.R'
'prepare_features_edges.R'
'prepare_features_tables.R'
'prepare_libraries_adducts.R'
'prepare_libraries_rt.R'
'select_sop_columns.R'
'prepare_libraries_sop_closed.R'
Expand Down
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
export(annotate_masses)
export(annotate_spectra)
export(calculate_entropy)
export(calculate_mass_from_adduct)
export(clean_bio)
export(clean_chemo)
export(clean_collapse)
Expand Down Expand Up @@ -47,6 +48,7 @@ export(load_yaml_files)
export(log_debug)
export(log_pipe)
export(normalize_peaks)
export(parse_adduct)
export(parse_cli_params)
export(parse_yaml_params)
export(parse_yaml_paths)
Expand All @@ -57,7 +59,6 @@ export(prepare_annotations_spectra)
export(prepare_features_components)
export(prepare_features_edges)
export(prepare_features_tables)
export(prepare_libraries_adducts)
export(prepare_libraries_rt)
export(prepare_libraries_sop_closed)
export(prepare_libraries_sop_ecmdb)
Expand Down
Loading

0 comments on commit 0bd0931

Please sign in to comment.