cell_annotation #14
Replies: 2 comments
-
I'm not exactly sure what you mean. The provided cell_annotation.tsv is for the mouse brain demo dataset only. If you're using your own dataset, you can annotate the clusters directly based on Scanpy or Seurat marker genes. If you have a list of barcodes and corresponding cell types, you can indeed make one cell_annotation.tsv using the provided one as a template. |
Beta Was this translation helpful? Give feedback.
-
Hi... another question question for the cell_annotation. KeyError Traceback (most recent call last) File ~/miniconda3/envs/py38Ana/lib/python3.8/site-packages/anndata/_core/anndata.py:1113, in AnnData.getitem(self, index) File ~/miniconda3/envs/py38Ana/lib/python3.8/site-packages/anndata/_core/anndata.py:1094, in AnnData._normalize_indices(self, index) File ~/miniconda3/envs/py38Ana/lib/python3.8/site-packages/anndata/_core/index.py:35, in _normalize_indices(index, names0, names1) File ~/miniconda3/envs/py38Ana/lib/python3.8/site-packages/anndata/_core/index.py:101, in _normalize_index(indexer, index) KeyError: "Values ['AAACCGAAGAGGGACT-1', 'AAACGCGCAGCATGAG-1', 'AACTAGCTCTCACTCA-1', 'AACTTAGTCGCACACA-1', 'AAGAACAGTGATGGCT-1', 'AAGGATCCATCTTGAG-1'....TTTGTTGGTGCATTTC-1'], are not valid obs/ var names or indices." Any idea? |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am using multivelo for my snATAC and snRNA data. I started by following the demo you had on 10x data. There at a point we have to supply cell_annotaion.tsv. Is it the metadata of the seurat object we fed to produce the loom file from velocyto?
Beta Was this translation helpful? Give feedback.
All reactions