Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
P
ProteinsPatterns
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rafael Artinano
ProteinsPatterns
Commits
c8694a64
Commit
c8694a64
authored
Jan 23, 2024
by
Rafael Artinano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed nervous data
parent
89730a98
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
1 deletion
+1
-1
TFM-main/src/Data/charcot_disease.xlsx
TFM-main/src/Data/charcot_disease.xlsx
+0
-0
TFM-main/src/Data/data_nervous_genes_1.xlsx
TFM-main/src/Data/data_nervous_genes_1.xlsx
+0
-0
TFM-main/src/Data/data_nervous_genes_x.xlsx
TFM-main/src/Data/data_nervous_genes_x.xlsx
+0
-0
TFM-main/src/Data/data_nervous_genes_xf.xlsx
TFM-main/src/Data/data_nervous_genes_xf.xlsx
+0
-0
TFM-main/src/similitudAllProteins.py
TFM-main/src/similitudAllProteins.py
+1
-1
No files found.
TFM-main/src/Data/charcot_disease.xlsx
deleted
100755 → 0
View file @
89730a98
File deleted
TFM-main/src/Data/data_nervous_genes_1.xlsx
deleted
100755 → 0
View file @
89730a98
File deleted
TFM-main/src/Data/data_nervous_genes_x.xlsx
deleted
100644 → 0
View file @
89730a98
File deleted
TFM-main/src/Data/data_nervous_genes_xf.xlsx
deleted
100644 → 0
View file @
89730a98
File deleted
TFM-main/src/similitudAllProteins.py
View file @
c8694a64
...
@@ -171,7 +171,7 @@ def similitudMatProteinas(sequences, matrix,matrix2,matriz3):
...
@@ -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
])
output
.
append
([
sequences
[
row1
],
sequences
[
row2
],
matrix
[
row1
][
row2
]
*
100
,
matrix2
[
row1
][
row2
]
*
100
,
matriz3
[
row1
][
row2
]
*
100
])
return
output
return
output
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
archivoEntrada
=
"Data/data_
nervous_genes_xf
.xlsx"
archivoEntrada
=
"Data/data_
lung_cancer_desease
.xlsx"
sequences
=
readData
(
archivoEntrada
)
sequences
=
readData
(
archivoEntrada
)
matrix
=
pd
.
read_csv
(
'matrizNWc.csv'
,
header
=
None
,
index_col
=
False
)
*
3
+
1
matrix
=
pd
.
read_csv
(
'matrizNWc.csv'
,
header
=
None
,
index_col
=
False
)
*
3
+
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment