Dear scverse team,
I’ve loaded dataset using CsvDataset command, and because it goes through downsampling, I would like to extract cell names of the processed datasets - but was having difficulty finding the script for it. How would I extract the cell names of the loaded dataset (example below)?
GeneExpressionDataset object with n_cells x nb_genes = 32791 x 550
gene_attribute_names: ‘gene_names’
cell_attribute_names: ‘local_means’, ‘labels’, ‘local_vars’, ‘batch_indices’
cell_categorical_attribute_names: ‘labels’, ‘batch_indices’
Thank you,
Best regards,
Chloe