-
Notifications
You must be signed in to change notification settings - Fork 5
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
More complex ways of composing study groups #246
Comments
Responses from original post: From mbrush
_From jsstevenson
|
Related comment from @rhdolin in the ballot release discussion:
Agreed, and this will come in time as we address issues around specifying terminology standards and constraints for values in Mappable Concepts and Coding objects, per issue #248. |
Keeping this open as we will have to update the initially proposed |
Originally posted by @jsstevenson in #234 (comment):
I can't claim credit for this notion, but I've been asked to relay it. The defining characteristics of a
StudyGroup
are provided as an array in thecharacteristics
property, and are "shared by all members of the StudyGroup, representing a criterion for membership in the group" (source). What if I want to express allele frequency for a cohort where members have either characteristic A or characteristic B? What if I want to say that the members have characteristic A but not characteristic B? And, maniacally, what if I have a cohort consisting of(A and not B) or (C and D)
? Are these reasonable concepts to want to represent? And if so, how can StudyGroups be defined now in a way that minimizes API breakage if support for this is introduced in the future?The text was updated successfully, but these errors were encountered: