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 inself.gene_annot.If you need to access gene annotations, use
self.gene_annotdirectly. If you need strand information for a gene, useself.get_gene_strand(gene_name).- Raises:
NotImplementedError – Always raises to indicate this method is not applicable for GETHydraCellType.