eyurtsev / eyurtsev/FlowCytometryTools

ordered collection indexing is based on ID rather than position

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.