Skip to content

Commit

Permalink
Order output by Project and SampleID
Browse files Browse the repository at this point in the history
  • Loading branch information
dtopouza committed Jan 24, 2025
1 parent a2f78b0 commit f162903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OlinkAnalyze/R/olink_normalization_product.R
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,10 @@ olink_normalization_product_format <- function(bridged_df,
df1_no_overlap,
df2_no_overlap)

# Sort by Project
df_full <- df_full |>
dplyr::arrange(.data[["Project"]], .data[["SampleID"]])

return(df_full)
}

0 comments on commit f162903

Please sign in to comment.