diff --git a/README.md b/README.md index 244d951165f2f4833cd5ec3d146c288aa62afb50..e2a6aa2ab44512740252e37ed264ea37b7e610cd 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,13 @@ To reproduce the steps followed during the experiment: Begin by preprocessing the data using generate_the_excel.py. ### Calculate Protein Similarities -Compute the similarity between proteins for each dataset. Use different matrices (e.g., BLOSUM62, AA, AA2) as input for each case. +Compute the similarity between proteins for each dataset. Use different matrices (BLOSUM62, AA, AA2) as input for each case. ### Identify Patterns Search for patterns in the treatment_lung_cancer.csv file. Then, locate these patterns in the data_cancers_disease.csv file. ### Perform Statistical Analysis -Conduct the statistical analysis to validate the findings. +Conduct the statistical analysis for each type of matrix (BLOSUM62, AA, AA2). ### Generate Visualizations Plot the graphics to visualize the results.