Kevin Yamauchi
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
      • No invitee
    • Publish Note

      Publish Note

      Everyone on the web can find and read all notes of this public team.
      Once published, notes can be searched and viewed by anyone online.
      See published notes
      Please check the box to agree to the Community Guidelines.
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
No invitee
Publish Note

Publish Note

Everyone on the web can find and read all notes of this public team.
Once published, notes can be searched and viewed by anyone online.
See published notes
Please check the box to agree to the Community Guidelines.
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- tags: ome, scverse, anndata --- ## Outputs ### Code ### Decisions * We want to have multiple region types * We want to have have tables which refer to multiple regions/ images * We want to have multiple types of tables * We've updated specs * Full anndata for tables * Updated points * We want a spatial data package (scverse) * Depends on ome-ngff and provides python API ## Questions for OME-NGFF community (probably make issues) #### Named coordinate spaces Ability to say what coordinate space a particular object exists in. Coordinate transforms the define how to move from one space to another. #### coordinateTransform types: Pixel vs scalar Pixel transforms are going to be done with different functions and require transformations. #### Tables that refer to multiple images/ regions When dealing with a collection of slides, it's common to concatenate the tables (see [single-cell-data/mams#5](https://github.com/single-cell-data/mams/issues/5)). We would like to move the table out of the image to allow this. Below we propose some metadata that would allow this. #### Flatten Structure? ``` Images Regions ShapeRegion LabelRegion PolygonRegion Tables Points (?) ``` #### New types * Regions * LabelRegion * ShapeRegion * CircleRegion * SquareRegion * `*Region` * PolygonRegion * Tables * RegionTable (refers Region) * ImageTable (refers to images) * Point Table (contains points) `RegionTable` * Metadata: * `@type:ngff:region_table` * `region: str | list[str]`: Region or list of regions this table refers to * `region_key: Optional[str]`: Key in obs which says which Region container this obs exists in ("library_id"). Must be present if region is a list. * `instance_key: Optional[str]`: Key in obs that says which instance the obs represents. If not present, `.obs_names` is used. `PointTable` * This needs much more specification * We want a points table to be able to refer to points in multiple coordinate spaces. Use cases include: * Spatial coordination of genes across multiple slides (or any other multi-slide) * Metadata * `@type:ngff:point_table` * Values: * Each obs is a point * Each var is a variable * Obsm * Coordinates (must have * `coordinate_space` metadata) * *Is this optional for concatenated points* * `uns/metadata/obsm/{key}` for hacky metadata `LabelRegion` * Metadata * `@type:nfgg:label_region` * `coordinate_space` * Segmentation mask * Canonical way of associating image and segmentation mask is through coordinate space `Polygon` #### Links * How to refer to regions * Paths (relative/ absolute/ where is root?) #### style guide for naming? camel case? ## Follow up ### Metadata in anndata * OME-ngff will handle metadata types * To use metadata from OME-NGFF with an AnnData go through Spatial data package. ### Meeting Virtual 2 weeks, in person 1 month? ### Events * 30 may Luca Janelia seminar series from Luca ### Napari package * Giovanni takes lead ### SpatialData * scverse needs to meet about timelines * Spatial Muon paper timeline * Spatial muon release? scverse follow up ### Grants to watch out for #### Helmholtz metadata initiative * [Link](https://www.helmholtz.de/en/research/current-calls-for-applications/article/funding-opportunities-for-innovative-metadata-projects-1/) * "An application must be submitted by partners from at least two different Helmholtz Centres (or two AST programmes respectively);" * All together, a total of approx. € 400,000 is possible for a maximum of 2 years. * Information sessions 5 May and 16 May * Idea: SpatialData, metadata handling for anndata * Metadata transformation * Will check in with josh on ome at helmholtz #### CZI Single Cell Data Insights * [Link](https://chanzuckerberg.com/rfa/single-cell-data-insights/) * "Opens mid June 2022, closes late July" * "The maximum budgets for proposed projects are $400,000 total costs for Expanded Projects and $200,000 total costs for Focused Projects. All projects awards will be for an 18-month duration." * Broad support * Work on spec * Implementations in python, java, javascript? * Contract? #### Napari plugins * [Link](https://chanzuckerberg.com/rfa/napari-plugin-grants/) * Due 1st June 2022 * CZI invites applications for grants of $20,000 in total costs that would enable developers to convert one or more existing image analysis tools for cellular biology to one or more napari plugins. * Giovanni will talk to Robert

Import from clipboard

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template is not available.
Upgrade
All
  • All
  • Team
No template found.

Create custom template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

How to use Slide mode

API Docs

Edit in VSCode

Install browser extension

Get in Touch

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Upgrade to Prime Plan

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

No updates to save
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Upgrade

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Upgrade

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully