Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ selected_features = [
|
|
37 |
def extract_features(sequence):
|
38 |
"""Extract only the required features and normalize them."""
|
39 |
# Compute all possible features
|
40 |
-
aac = AAComposition
|
41 |
|
42 |
|
43 |
# Combine both feature sets
|
|
|
37 |
def extract_features(sequence):
|
38 |
"""Extract only the required features and normalize them."""
|
39 |
# Compute all possible features
|
40 |
+
aac = AAComposition.CalculateAADipeptideComposition(sequence) # Amino Acid Composition
|
41 |
|
42 |
|
43 |
# Combine both feature sets
|