Whole protein
Different from the site-wise feature vector, protein-level feature vector can be easily initiated by the following code if we know the number of the total number of samples for machine learning.
num_samples = 10000
features = [[] for _ in range(num_samples)]