Olink-Proteomics / OlinkRPackage

Olink R package: A collection of functions to facilitate analysis of proteomic data from Olink. The goal of this package is to help users extract biological insights from proteomic data run on the Olink platform.
GNU Affero General Public License v3.0
92 stars 23 forks source link

Optimize olink_normalization #418

Closed klevdiamanti closed 2 months ago

klevdiamanti commented 3 months ago

Title: Optimization of the olink_normalization function

Problem: The new feature of 3k-HT bridging shares functionality with the current olink_normalization function which is not compartmentalized as it should to share functionality with other feature.

Solution: The current olink_normalization function has to be compartmentalized and optimized to share functionality with the new feature.

Key Features:

Checklist

Type of changes

What type of changes does your code introduce? Put an x in the boxes that apply

Further comments

None