🐛 missing diagnoses and remove normal samples from bs_dx
[x] closes #120
[x] closes #121
[ ] README entry added if new functionality
[ ] fixup commits are appropriately squashed
[x] submission_packet has been regenerated and committed as last commit in this PR
When a participant has only normal samples submitted to CDS and those normal samples are the only samples related to the event from which they come from (see #120 for an example of this), the diagnosis needs to come from the other event(s) from that participant.
Likewise, normal samples should not be in the diagnosis-sample mapping. this PR removes those samples. This is done by setting the sample_id to be NA when there is no diagnosis associated with the sample.
🐛 missing diagnoses and remove normal samples from bs_dx
When a participant has only normal samples submitted to CDS and those normal samples are the only samples related to the event from which they come from (see #120 for an example of this), the diagnosis needs to come from the other event(s) from that participant.
Likewise, normal samples should not be in the diagnosis-sample mapping. this PR removes those samples. This is done by setting the sample_id to be NA when there is no diagnosis associated with the sample.