I have a large List of Genes, i want to look up the homologes for.
I also have a large dataframe with potential homologes. The tenth column of this Dataframe inherits a number, describing the fitting. The larger the number, the better.
I am trying to loop over this large List of Genes.
For each unique Gene in the List, i want to select the best fitting homologe gene.
The output should be a dataframe with one line per Gene, describing the best fitting homologe.