Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lifting code for the 11k SomaScan menu #78

Closed
1 of 3 tasks
stufield opened this issue Jan 22, 2024 · 0 comments
Closed
1 of 3 tasks

Add lifting code for the 11k SomaScan menu #78

stufield opened this issue Jan 22, 2024 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@stufield
Copy link
Contributor

Feature

New SomaScan 11k bridge needs to be added to lift_adat()

  • this will likely involve new linear scalars
  • possibly a new internal object to contain the relevant scale factors
  • possibly a refactoring of code to use an internal object rather than an external Excel file

Priority Level

  • High
  • Medium
  • Low

Thanks for contributing 🥳!

@stufield stufield self-assigned this Jan 22, 2024
stufield added a commit to stufield/SomaDataIO that referenced this issue Jan 30, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 13, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- fixes SomaLogic#81, fixes SomaLogic#78
@stufield stufield added the feature New feature or request label Feb 14, 2024
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 15, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 15, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 15, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 16, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 16, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 16, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 16, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 20, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 20, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 20, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 20, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 20, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 21, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 21, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 22, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 22, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 22, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 29, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 29, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 29, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Feb 29, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- fixes SomaLogic#81, fixes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Mar 4, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- closes SomaLogic#81, closes SomaLogic#78
stufield added a commit to stufield/SomaDataIO that referenced this issue Mar 5, 2024
- `lift_adat()` now takes a `bridge =` argument,
  replacing the `anno.tbl =` argument. Lifting
  is now performed internally for a better (and safer)
  user experience, without the necessity of an
  external annotations file. Much simpler user experience.
- the majority of this refactoring was internal
  and the user should not experience a major
  disruption to the API.
- new internal objects `lift_master` and `lref`
  as sources of internal scaling factors (lifting)
- new function `is_lifted()`
- closes SomaLogic#81, closes SomaLogic#78
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant