-
Notifications
You must be signed in to change notification settings - Fork 1
File Descriptions
Jeff Winchell edited this page Jul 29, 2024
·
4 revisions
Here are descriptions of the files included in the ScaleFEx git repository
Each of these module directories contains:
-
README.md: description of functionality of code within directory -
setup.py: script for installing module via pip -
__init__.py: required file for local namespace package installation -
tests/: unit tests and testing data each function implemented in the main.pyfiles
This directory contains code for segmenting nuclei from the stained nuclei channel (e.g., DAPI, Hoechst)
This directory contains code for extracting ScaleFEx features from a single-cell, multi-channel image crop
This directory contains code for querying data from a local directory or an AWS S3 bucket, depending on the user's specfication
This directory contains code for computing site-level image quality metrics to help users assess potential issues with their dataset (e.g., blur, exposure, etc)