Skip to content

Commit

Permalink
added adduct table as parquet file
Browse files Browse the repository at this point in the history
  • Loading branch information
hechth committed Nov 18, 2024
1 parent 7077637 commit 02ff0ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/advanced_annotation.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ advanced_annotation <- function(peak_table,


# Tool 3: Compute correlations (peak intensity matrix will be the input, so doesn't need to be cut)
# also check the galaxy tool to compute correlations
# ----------------------------
peak_intensity_matrix <- get_peak_intensity_matrix(peak_table)
peak_correlation_matrix <- compute_peak_correlations(peak_intensity_matrix, correlation_method = "p")
Expand Down
Binary file added tests/testthat/test-data/adduct_table.parquet
Binary file not shown.

0 comments on commit 02ff0ee

Please sign in to comment.