gcell.cell.celltype.GETHydraCellType.load_gene_annot

gcell.cell.celltype.GETHydraCellType.load_gene_annot#

GETHydraCellType.load_gene_annot()[source]#

Override parent method - not needed for GETHydraCellType.

GETHydraCellType creates gene annotations directly from zarr data in _process_data(), which is called during initialization. The gene annotation is already available in self.gene_annot.

If you need to access gene annotations, use self.gene_annot directly. If you need strand information for a gene, use self.get_gene_strand(gene_name).

Raises:

NotImplementedError – Always raises to indicate this method is not applicable for GETHydraCellType.