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

Latest commit

History

82 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

snapseed

Snapseed annotates single-cell datasets based on manually defined sets of marker genes for individual cell types or cell type hierarchies. It is fast and simple to accelerate annotation of very large datasets.

--> snapseed is now integrated into HNOCA-tools

Quick start

importsnapseedassnapfromsnapseed.utilsimportread_yaml# Read in the marker genesmarker_genes=read_yaml("marker_genes.yaml")
# Annotate anndata objectssnap.annotate(
adata,
marker_genes,
group_name="clusters",
layer="lognorm",
)
# Or for more complex hierarchiessnap.annotate_hierarchy(
adata,
marker_genes,
group_name="clusters",
layer="lognorm",
)

About

No description, website, or topics provided.

Resources

Stars

29 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages