gene naming #10050
-
I am mapping my single cell onto a reference atlas but the gene name annotation is different in my data compared to the gene annotation in the reference dataset. how can I go round this for instance my dataset has a gene named like this "gene:PF3D7-1312500" and the reference has gene named like this"PF3D7-0100200.1". how can I change them to be similar to compare across datasets |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Do all of the genes have same prefix “gene:”? |
Beta Was this translation helpful? Give feedback.
-
It works. Thank you, Sam |
Beta Was this translation helpful? Give feedback.
Hi @Emmage-jay,
Ok then it is simple matter of extracting row names from matrix prior to creation of Seurat Object or from Seurat Object, then using
gsub
to replace the prefix, then replacing the rownames.If that doesn't work please let me know.
Best,
Sam