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.
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:
Check and validate inputs
Compartmentalize code to avoid redundancy
Create function to be used by future functionality
Checklist
[X] Make sure you are requesting to pull a feature/bugfix branch (right side). This should not be main or develop.
[X] Make sure you are make a pull request against either main or develop (left side). (Requesting to main should be reserved for bugfixes and new releases)
[X] Add or update unit tests (if applicable)
[X] Check your code with any unit tests (Run devtools::check() locally)
[X] Add neccessary documentation (if applicable)
Type of changes
What type of changes does your code introduce?
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue) (link the issue on the right)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
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 applyFurther comments
None