-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tkakar/cat 1015 document containers #142
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
# anndata-to-ui | ||
|
||
This container saves [an AnnData store](https://anndata.readthedocs.io/en/latest/anndata.read_h5ad.html) in `zarr` format for viewing in the browser. It also | ||
selects an approriate subset of genes to be used for visualization. | ||
This container saves [an AnnData store](https://anndata.readthedocs.io/en/latest/anndata.read_h5ad.html) in `zarr` format for viewing in the browser due to it's scalability, performance, and flexibility features. It also selects an appropriate subset of genes to be used for visualization. | ||
|
||
## Input | ||
The input to the container is an [AnnData file in h5ad format](https://anndata.readthedocs.io/en/latest/anndata.read_h5ad.html). | ||
|
||
## Output | ||
The output is the converted `zarr` store. | ||
|
||
## Normalization | ||
All data from the input is scaled to [zero-mean unit-variance] (https://github.com/hubmapconsortium/salmon-rnaseq/blob/master/bin/analysis/scanpy_entry_point.py#L47) `TODO: update line number in the link`. | ||
The `X` is replaced with the log-normalized raw counts to be visualized by Vitessce. | ||
|
||
## Example | ||
Example of a hubmap dataset using this container for data conversion would be `HBM856.HVWM.567` |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# ome-tiff-offsets | ||
|
||
This docker container creates a JSON list of byte offsets for each TIFF from an input directory. This makes visualization much more efficient as we can request specific IFDs and their tiles more efficiently | ||
This docker container creates a JSON list of byte offsets for each TIFF from an input directory. This is needed for visualizing image datasets as it makes visualization much more efficient by allowing requesting specific IFDs and their tiles more efficiently. | ||
|
||
## Input | ||
The input to the container is one or more ome-tiff image files. | ||
|
||
## Output | ||
The output is a json file that includes an array/list of byte offsets for every input ome-tiff image. | ||
|
||
## Normalization | ||
None | ||
|
||
## Example | ||
Example of a hubmap dataset using this container for offsets generation for Vitessce (visualization) would be `HBM974.DMWR.753`. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
# ome-tiff-segments | ||
This container creates different component datasets needed for the visualization of GeoMx Assays Ome-tiff files which includes regions of interests (ROIs) and Areas of Interests (AOI). These datasets are created by converting the ome-tiff to an ome-xml file. | ||
|
||
This container creates different component datasets needed for the visualization of GeoMx Assays Ome-tiff files. | ||
## Input | ||
The input to the container is the ome-tiff file from GeoMx assay. | ||
|
||
## Output | ||
The following output files are generated to support the visualization of GeoMx assays. | ||
|
||
- ROIs as `obsSegmentations.json` file by extracting the vertices from Polygon tags within each ROI. | ||
|
||
- A Segmentation OME-TIFF file extracted from the Bitmask within each ROI’s mask and grouped by the segment (text field within the mask). | ||
|
||
- AOIs as Zarr store with obs representing the segment, roi-id, and aoi-id. The aoi-id has composite values (e.g., Shape:2), so the index is the numeric part extracted from this composite value. | ||
|
||
- ROIs as Zarr store with obs having channel thresholds for the ROIs extracted from the annotations in ome-xml. | ||
|
||
## Normalization | ||
None | ||
|
||
## Example | ||
Example of a hubmap dataset using this container for data conversion would be `Not ingested yet` |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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.
This test folder had slipped into the last PR, so removed it here.