eyurtsev / eyurtsev/FlowCytometryTools
ordered collection indexing is based on ID rather than position
Open
- Dominant language
- Jupyter Notebook
- Stars
- 129
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
Indexing in the ordered collection is based on the sample ID rather than on the position.
e.g., sample ID is "Hello" and it is located in row A, column 1.
plate['A1'] -> produces error
but
plate['Hello'] -> returns the sample
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.