Hello everyone here! I am recently working on ligand discovery. What I'm doing now is to find out if the ligand which targets the pathogen's specific enzyme will also have effect on human's.
I do BLAST to pathogen's protein to look for similar proteins in human. The identity and similarity given by BLAST are different from the MSA one(I use clustal omega). I wonder which algorithm is better to fit my work.
I am new to bioinformatics, and thank you for your patience.
I don't suppose you're using a pairwise search tool (like
BLAST
) to find the sequences for your MSAs are you?Yes I use the results from BLAST to do MSA, but BLAST also gives me local alignment data(like local identity and positives). I do not quite understand which data I indeed need, the local one or the global one.