eyurtsev / FlowCytometryTools

A python package for visualization and analysis of high-throughput flow cytometry data
https://eyurtsev.github.io/FlowCytometryTools/
MIT License
113 stars 46 forks source link

ordered collection indexing is based on ID rather than position #5

Open eyurtsev opened 9 years ago

eyurtsev commented 9 years ago

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