This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to compare the expression of homology genes between different organisms?

I have the RNA-seq data for human and mouse and want to compare the expression of homologous gene. I can run TopHat and Cufflink for those two datasets independently, but because I do not have the mapping file for human and mouse(human gene id and corresponding mouse gene id), so I do not know which genes are homologous and can not compare. Is there any way I can solve this problem?

rna-seq

1 answer

You can either carry this out yourself using BLAST (or BRBH), or you can check out databases like ENSEMBL that already store this type of information. You can use BioMart to download lists of homologs/orthologs from there.

Log in to answer this question.