Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

marker.yaml #3

Closed
jjia1 opened this issue Feb 3, 2025 · 2 comments
Closed

marker.yaml #3

jjia1 opened this issue Feb 3, 2025 · 2 comments

Comments

@jjia1
Copy link

jjia1 commented Feb 3, 2025

Can you provide an example of a hierarchical marker.yaml file to use snapseed? From the paper in the Methods section:

annotate() for non-hierarchical annotation of a list of cell types with defined marker genes, annotate_hierarchy() for annotating more complex, manually defined cell type hierarchies and find_markers() for fast discovery of cluster-specific features

Is the structure of the .yaml file supposed to be like this?

Celltype: Cell 1
  Markers:
    Marker 1: M1
    Marker 2: M2
Celltype: Cell 2
@hassansaei
Copy link

Can you provide an example of a hierarchical marker.yaml file to use snapseed? From the paper in the Methods section:

annotate() for non-hierarchical annotation of a list of cell types with defined marker genes, annotate_hierarchy() for annotating more complex, manually defined cell type hierarchies and find_markers() for fast discovery of cluster-specific features

Is the structure of the .yaml file supposed to be like this?

Celltype: Cell 1
  Markers:
    Marker 1: M1
    Marker 2: M2
Celltype: Cell 2

The marker.yaml file is provided in the supplementary of the paper "An integrated transcriptomic cell atlas of human neural organoids". You can download it from this link: https://static-content.springer.com/esm/art%3A10.1038%2Fs41586-024-08172-8/MediaObjects/41586_2024_8172_MOESM1_ESM.zip

@joschif
Copy link
Collaborator

joschif commented Feb 14, 2025

Hi @jjia1 and @hassansaei, the structure of the dict is supposed to be something like this:

neural_progenitor_cell:
  marker_genes: [SOX2, VIM, NES]
  subtypes: 
    glioblast:
      marker_genes: [HOPX, BCAN, TNC] 
    telencephalic_npc:
      marker_genes: [FOXG1]
      subtypes: 
        dorsal_npc:
          marker_genes: [EMX1]
        hippocampal_npc:
          marker_genes: [GABRA2, GABRB1] 
        ventral_npc:
          marker_genes: [DLX2]

the marker list in the supplement of out paper that @hassansaei pointed to should be a full example for that and is what we used for annotation.

@joschif joschif closed this as completed Feb 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants