-
Notifications
You must be signed in to change notification settings - Fork 0
Run_mod data input documentation fix #105
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found.
|
📖 https://ucd-serg.github.io/serodynamics/preview/pr105 |
#' - id_var = The ID of individuals included | ||
#' - biomarker_var = The different antigen isotype combinations that are being | ||
#' measured | ||
#' - timeindays = The amount of time in days since symptom onset | ||
#' - value_var = The measured assay value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#' - id_var = The ID of individuals included | |
#' - biomarker_var = The different antigen isotype combinations that are being | |
#' measured | |
#' - timeindays = The amount of time in days since symptom onset | |
#' - value_var = The measured assay value | |
#' - id_var = Unique identifier for each individual. | |
#' - biomarker_var = Antigen-isotype combinations being measured (e.g., "~ IgG"). | |
#' - timeindays = Time since symptom onset, in days. | |
#' - value_var = Measured assay value (e.g., MFI-bg, OD, or concentration). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sschildhauer I just left a suggestion for a possible change. You don't need to update it—it's just an example in case you find it helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks clean and well structured. I left a minor suggestion for clarity, but no changes are necessary unless you prefer it.
For this pull request I am specifying the documentation for the run_mod data input. Here we are listing the different columns necessary for run_mod, including: id_var, biomarker_var, timeindays, and value_var. I am also including as_case_data as a reference for specifying these variables as attributes.