This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Find unique genes in mouse genome with no homology to human genome.

Hi all,

I have DNA sequencing data where human tumors have mouse reads as per the experiment protocol(similar to PDX).

I have calculated the read counts of these mouse genes. using HTSEQ-count,after this I want to select only those mouse genes which have no homology to the human genome and only mouse specific.

Is there any tool to do this besides BLAST?Let me know.

Thanks,

Ron

gene sequence

How many genes are unique to mouse and not found in humans? I don't imagine that number is high.

I think it would be easier to create a database of mouse-specific genes first and then use that to extract the sequences you're interested in.

1 answer

Find all the orthologous genes between the two species (one database of many here, one how-to here), the mouse genes not present in this list are the genes you want.

There's actually an easier way than the BioMart tutorial you give. Instead of finding all the homologues, filter by Othologous Human Genes, Excluded.

Log in to answer this question.