omicverse.fm.profile_data¶ omicverse.fm.profile_data(adata_path)[source]¶ Profile an AnnData file to detect species, gene scheme, and modality. Parameters: adata_path (str) – Path to .h5ad file. Returns: Data profile including species, gene_scheme, modality, n_cells, n_genes, and model compatibility notes. Return type: dict