Commit c8694a64 authored by Rafael Artinano's avatar Rafael Artinano

removed nervous data

parent 89730a98
......@@ -171,7 +171,7 @@ def similitudMatProteinas(sequences, matrix,matrix2,matriz3):
output.append([sequences[row1], sequences[row2], matrix[row1][row2]*100,matrix2[row1][row2]*100,matriz3[row1][row2]*100])
return output
if __name__ == "__main__":
archivoEntrada = "Data/data_nervous_genes_xf.xlsx"
archivoEntrada = "Data/data_lung_cancer_desease.xlsx"
sequences = readData(archivoEntrada)
matrix=pd.read_csv('matrizNWc.csv',header=None,index_col=False)*3+1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment