I am working on SVM (support vector machine) using python.
My input is pdb file. I have seen number of examples in which dataset is taken. But, in my case, I want to parse 3d structure of protien (.pdb file).
How Can I get the svm from pdb?
I am working on SVM (support vector machine) using python.
My input is pdb file. I have seen number of examples in which dataset is taken. But, in my case, I want to parse 3d structure of protien (.pdb file).
How Can I get the svm from pdb?
Copyright © 2021 Jogjafile Inc.
SVMa are designed to work with numbers. Proteins 3d structures are far from being such. There are few possible options: