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.
Problem: The new feature to bridge 3k-HT will require a dataset indicating the mapping of assays between the two platforms.
Solution: We have created the file internally and it is added to the feature branch.
Key Features:
Allows mapping of assays between E3072 and EHT
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)
[ ] Add or update unit tests (if applicable)
[X] Check your code with any unit tests (Run devtools::check() locally)
[ ] 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)
[X] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Please check my comments in our Teams chat "Olink Analyze Weekly Meeting" and the suggestions in the code that generates the datasets, and consider updating the "OlinkIDMapping.rds" file.
Title: Add 3k-HT mapping file
Problem: The new feature to bridge 3k-HT will require a dataset indicating the mapping of assays between the two platforms.
Solution: We have created the file internally and it is added to the feature branch.
Key Features:
Checklist
Type of changes
What type of changes does your code introduce? Put an
x
in the boxes that applyFurther comments
None