Hello! I am attempting to extract a contact prediction between two proteins that have been shown to interact (but no structure has been determined). I am currently obtaining a list of sequences from ProteinA and ProteinB (separately) and generating a MSA for each individually. Should I filter my sequences or edit my MSA alignment in some way for DCA to work better between the two proteins? I ask because I don't know if I should use trimAl or try to remove sequences 90% redundant.
Thank you! For the prediction method, I am planning on using plmDCA (https://github.com/pagnani/PlmDCA). I'll try to find many sequences for the alignment then!