conversion of ensembl to gene_symbol in seurat
I am working on spatial 10X visum data. Space ranger was used for the identification of filtered_feature_bc_matrix.h5 matrix and given as input in Seurat R package. For Quality filteration, I would like to have gene symbol but my features consist of ENSEMBL ids. How can I change the ENSEMBL to gene_symbol within Seurat R object ?
Also, I loaded my result files in https://bioconductor.org/packages/release/bioc/vignettes/SpatialExperiment/inst/doc/SpatialExperiment.html and did some analysis. Is there any way to read SpatialExperiment class in Seurat R ?
• 10,069 views
•
link
0 answers
No answers yet.
Log in to answer this question.
There are multiple posts that discuss your issue. For example, Extract ENSEMBL IDs from processed Seurat object instead of gene symbols , or Ensembl id to GeneSymbol with biomart.
Thanks fracarb8. It worked for me.