This is a test version of Biostars. For the public version, visit https://www.biostars.org.
how to compare and find similarity between two gene data sets?

i have two large data sets which contains gene_id. how can i check similarity between two data sets?how can i check which genes are common between them?

r python

1 answer

search engines are your friend:

https://www.geeksforgeeks.org/python-intersection-two-lists/

Log in to answer this question.