-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cell and Repertoire definition #361
Comments
Can we just add a boolean |
I'm having trouble understanding the distinction. A Repertoire is an arbitrary collection of records, with the scope defined by whoever decided to label the collection as a Repertoire. What's the difference between an "actual" and "virtual" arbitrary collection? And what is the problem we want to solve? If it's data compression, by collapsing multiple Cell records into a single consensus Cell record, then it may just be a matter of allowing |
I haven't been carefully following the thread, but it seems a virtual repertoire is what Jason is defining (arbitrary collection of records) while an actual repertoire is a biological entity and so is not composed of records and membership in the repertoire is not arbitrary but is based on a combination of cell type and anatomical location.
|
Adding the 'virtual' flag makes sense and should be possible to implement. How to handle the meta-data associated with the linked repertoires? |
The point of having a |
Yes, I think this would ideally be solved by |
I have create a Repertoire Group pull request (#748) and associated this issue with the pull request. So when we are comfortable the Repertoire Group addresses this we can close it. |
In our previous discussion on cell object specification (issue : #320 ) and repertoire definition described here represents "actual"
Repertoire
and "virtual"Repertoire
Actual
repertoires
being the ones that contain each cell object only once and virtualrepertoire
can contain them multiple times (either copied or linked).From the previous call on MiniStd, there is a consensus that overlapping populations/
repertoires
need to be addressed and that two tiers ofRepertoire
objects could be a possible solution.Any thoughts how we represent them in the schema?
The text was updated successfully, but these errors were encountered: