fatmacankara commited on
Commit
171fc9c
·
1 Parent(s): 258e854

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +1 -0
code/pdb_featureVector.py CHANGED
@@ -1635,6 +1635,7 @@ def pdb(input_set, mode, impute):
1635
  'glycosylation_dist', 'propeptide_dist']]
1636
  ready = data.copy()
1637
  # Imputation
 
1638
  if (impute == 'True') or (impute == 'true'):
1639
  filler = [17.84, 30.8, 24.96, 13.12, 23.62, 18.97, 20.87, 29.59, 20.7, 12.7, 22.85, 17.21, 9.8, 9, 15.99, 16.82,
1640
  20.46, 24.58, 9.99, 17.43, 20.08, 30.91, 20.86, 22.14, 21.91, 28.45, 17.81, 25.12, 20.33, 22.36]
 
1635
  'glycosylation_dist', 'propeptide_dist']]
1636
  ready = data.copy()
1637
  # Imputation
1638
+ st.write('IMPUT FV', impute)
1639
  if (impute == 'True') or (impute == 'true'):
1640
  filler = [17.84, 30.8, 24.96, 13.12, 23.62, 18.97, 20.87, 29.59, 20.7, 12.7, 22.85, 17.21, 9.8, 9, 15.99, 16.82,
1641
  20.46, 24.58, 9.99, 17.43, 20.08, 30.91, 20.86, 22.14, 21.91, 28.45, 17.81, 25.12, 20.33, 22.36]