Hi,
I have PDX expression data,and I calculated the fpkms of human and mouse reads separately. I want to look at the expression levels of mouse genes in the human reads.
So I have to convert the mouse gene names to human gene names.
I looked at this post, but there is not much information present here.
Best,
Ron
What type of id's do you have? Ensembl, UCSC, Unigene, RefSeq, HUGO?
I have gene symbols.Can I just convert them to Upper Case?for e.g Psarp gene in mouse is present as PSARP in humans.
I found lot of genes as such.
In general yes, names are equal just putting in uppercase all letters. For missing genes you can check them individually in UCSC Genome Browser or Ensembl if they are a few.
Don't do this. Although most orthologous genes between human and mouse share the same gene symbol, this may not always be true especially if the symbols come from different genome annotations (e.g. different versions of Ensembl or Ensembl vs NCBI). A mouse gene and a human gene may share the same symbol and not be orthologous for various reasons. The proper way is to map genes by orthology. There have already been several posts on the subject, including the one you've linked to.
ok, I agree, names could be the same but the genes could be non-orthologs. A list of precomputed pairs will be better.