I am not a bioinformatician and my question may sound basic.
I have some issues with RDKit
The issue: there are some sequences that have X in the antimicrobial peptide sequence. Seems that RDKit cannot process these cases. For example the following sequences:
seq = 'HFXGTLVNLAKKIL', 'HFLGXLVNLAKKIL', 'HFLGTLVNXAKKIL', 'fPVXLfPXXL', 'SRWPSPGRPRPFPGRPKPIFRPRPXNXYAPPXPXDRW'...]
, and the Chem.MolFromSequence(seq[i])
returns None for these cases.
My question is how do deal with this kind of sequence?