-
Notifications
You must be signed in to change notification settings - Fork 7
Parsing Yokogawa data with pandas table as metadata inputs #14
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
Labels
Comments
Let's reassess this based on how the table may change. One idea is to parse filenames from the metadata file as well to make parsing more robust. This would make this idea harder to implement. |
Note: this is not related to #47. |
Repository owner
moved this from Backlog
to Done
in Fractal Project Management
Dec 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Uh oh!
There was an error while loading. Please reload this page.
There are 3 main ways to parse the metadata for a Yokogawa dataset:
This issue describes case 2
Our current parsing method for the yokogawa relies on the MeasurementData.mlf & the MeasurementDetail.mrf file. Those are parsed to define the ROIs (see here: #25) and we generate a table like this:

From that table, the relevant metadata is then assigned to each ROI and ROIs get coordinates assigned (that are saved to the AnnData table per well).
We should create a second parsing function (/an alternative input to the parsing function) that allow users to pass a pandas dataframe (either pass a dataframe or pass a path to a csv file) directly to the parsing function, such that it takes this table & assigns ROIs based on the table.
Testcase TBD. I will create a test case for the single-well, 2x2 scenario
The text was updated successfully, but these errors were encountered: