-
Notifications
You must be signed in to change notification settings - Fork 10
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
1566 shape feature extract #381
Conversation
This looks very good, good call on computing log ratios A few items to address:
I also think it makes sense to restructure the output format. Even though it'll be a little wide, it's more convenient for downstream use to have all of these features in a single column, so the columns will be structured as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
chore: 377, 375, 374, 379, 382 package versions feat: extract_tile_shape_features: add options for limiting variables in final output, clean up output a bit feat: add extra features to extract_tile_shape_features
This is just Armaan's original notebook, updated for the current state of luna. It still uses the CLIs.
1. Added function to pull output file names from metadata.yml files. 2. Cast Path objects to strings in a couple of places. 3. Check for both `aperio.MPP` and `openslide.mpp-x` in the slide image properties, and log a warning if neither is found. 4. Added new notebook to the tutorial docs 5. Renamed notebook to spatial_stats.ipynb
This lets us run a docs server on one of the compute servers and view the docs site on our laptops.
665c877
to
0cfc6be
Compare
No description provided.