Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,.codespellrc
check-hidden = true
ignore-regex = ^\s*"image/\S+": ".*
# ignore-words-list =
25 changes: 25 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Codespell configuration is within .codespellrc
---
name: Codespell

on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
contents: read

jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Annotate locations with typos
uses: codespell-project/codespell-problem-matcher@v1
- name: Codespell
uses: codespell-project/actions-codespell@v2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ However, if, for example, the nuclear contour is represented as a set of vertice
Knowing that there is a framework of AnnData, we think of using OME-Zarr Mask to describe the ROI based on pixels associated with the image, and storing the representative position for biological object in each row of X in AnnData. We think that the features for each biological object such as area, volume, mean value of GFP signal, etc., can be stored in obs.
We think the same issue arises in spatial transcriptome data when describing data for a cell that are detected across multiple pixels.

We think it would be hard to understand without some exmaples, so we would like to create some examples.
We think it would be hard to understand without some examples, so we would like to create some examples.

We have already developed several data formats based on XML and HDF5, but we want to make a new format highly compatible(?) with OME-NGFF.

Expand Down
2 changes: 1 addition & 1 deletion write_kyoda_wormdata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"/tmp/ipykernel_10974/2054089064.py:1: FutureWarning: X.dtype being converted to np.float32 from float64. In the next version of anndata (0.9) conversion will not be automatic. Pass dtype explicitly to avoid this warning. Pass `AnnData(X, dtype=X.dtype, ...)` to get the future behavour.\n",
"/tmp/ipykernel_10974/2054089064.py:1: FutureWarning: X.dtype being converted to np.float32 from float64. In the next version of anndata (0.9) conversion will not be automatic. Pass dtype explicitly to avoid this warning. Pass `AnnData(X, dtype=X.dtype, ...)` to get the future behaviour.\n",
" adata = ad.AnnData(X = dfa, obs = obs_meta)\n",
"/home/kyoda/ngff/lib/python3.10/site-packages/anndata/_core/anndata.py:121: ImplicitModificationWarning: Transforming to str index.\n",
" warnings.warn(\"Transforming to str index.\", ImplicitModificationWarning)\n"
Expand Down
2 changes: 1 addition & 1 deletion wt-N2-081015-01.ome.zarr/omero.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"color": "FFFFFF",
"inverted": false,
"reverseIntensity": false,
"famly": "linear",
"family": "linear",
"coefficient": 1.0
"window": {
"min": 0.0,
Expand Down