├── LICENSE.md ├── Other_scripts ├── combine_results_plus_panther.py ├── compare_blastp_foldseek.py ├── dom_based_investigation.py ├── extrac_seqs.py ├── iupred_adapt.py ├── remove_long_proteins.py ├── rm_low_plddt_regions.py ├── run.sh └── validation.py ├── README.md ├── Results_files ├── AlphaFold RBSH predictions added to PomBase curated orthologs.xlsx ├── H_sapiens_C_elegans_results.tsv ├── H_sapiens_C_elegans_results.xlsx ├── H_sapiens_D_melanogaster_results.tsv ├── H_sapiens_D_melanogaster_results.xlsx ├── H_sapiens_S_cerevisiae_results.tsv ├── H_sapiens_S_cerevisiae_results.xlsx ├── H_sapiens_S_pombe_results.tsv ├── H_sapiens_S_pombe_results.xlsx ├── S_cerevisiae_S_pombe_results.tsv └── S_cerevisiae_S_pombe_results.xlsx └── Scripts ├── README.md ├── config.ini ├── find_RBH.py └── find_RBSH.py /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Other_scripts/combine_results_plus_panther.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/combine_results_plus_panther.py -------------------------------------------------------------------------------- /Other_scripts/compare_blastp_foldseek.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/compare_blastp_foldseek.py -------------------------------------------------------------------------------- /Other_scripts/dom_based_investigation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/dom_based_investigation.py -------------------------------------------------------------------------------- /Other_scripts/extrac_seqs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/extrac_seqs.py -------------------------------------------------------------------------------- /Other_scripts/iupred_adapt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/iupred_adapt.py -------------------------------------------------------------------------------- /Other_scripts/remove_long_proteins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/remove_long_proteins.py -------------------------------------------------------------------------------- /Other_scripts/rm_low_plddt_regions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/rm_low_plddt_regions.py -------------------------------------------------------------------------------- /Other_scripts/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/run.sh -------------------------------------------------------------------------------- /Other_scripts/validation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Other_scripts/validation.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/README.md -------------------------------------------------------------------------------- /Results_files/AlphaFold RBSH predictions added to PomBase curated orthologs.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/AlphaFold RBSH predictions added to PomBase curated orthologs.xlsx -------------------------------------------------------------------------------- /Results_files/H_sapiens_C_elegans_results.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_C_elegans_results.tsv -------------------------------------------------------------------------------- /Results_files/H_sapiens_C_elegans_results.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_C_elegans_results.xlsx -------------------------------------------------------------------------------- /Results_files/H_sapiens_D_melanogaster_results.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_D_melanogaster_results.tsv -------------------------------------------------------------------------------- /Results_files/H_sapiens_D_melanogaster_results.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_D_melanogaster_results.xlsx -------------------------------------------------------------------------------- /Results_files/H_sapiens_S_cerevisiae_results.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_S_cerevisiae_results.tsv -------------------------------------------------------------------------------- /Results_files/H_sapiens_S_cerevisiae_results.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_S_cerevisiae_results.xlsx -------------------------------------------------------------------------------- /Results_files/H_sapiens_S_pombe_results.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_S_pombe_results.tsv -------------------------------------------------------------------------------- /Results_files/H_sapiens_S_pombe_results.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/H_sapiens_S_pombe_results.xlsx -------------------------------------------------------------------------------- /Results_files/S_cerevisiae_S_pombe_results.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/S_cerevisiae_S_pombe_results.tsv -------------------------------------------------------------------------------- /Results_files/S_cerevisiae_S_pombe_results.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Results_files/S_cerevisiae_S_pombe_results.xlsx -------------------------------------------------------------------------------- /Scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Scripts/README.md -------------------------------------------------------------------------------- /Scripts/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Scripts/config.ini -------------------------------------------------------------------------------- /Scripts/find_RBH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Scripts/find_RBH.py -------------------------------------------------------------------------------- /Scripts/find_RBSH.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VivianMonzon/Reciprocal_Best_Structure_Hits/HEAD/Scripts/find_RBSH.py --------------------------------------------------------------------------------