Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bioNLP-UNAM
/
related_regulators
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ignacio Arroyo
2018-02-20 22:52:45 -0600
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eba36be4910f42535e0ddf0a600f215c12fd103b
eba36be4
1 parent
2c76304a
Added cluster persistence log plots
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
analyze_pair.py
report_persistence.txt
analyze_pair.py
View file @
eba36be
...
...
@@ -10,7 +10,7 @@ def analyze_pair(group_anlized, gropus_dir, rev, eigenvectors):
with
open
(
eigenvectors
)
as
f
:
eigenvector
=
[
c
for
c
in
f
.
readlines
()
if
c
.
startswith
(
"("
+
str
(
group_anlized
-
1
)
+
","
)][
0
]
str
(
group_anlized
)
+
","
)][
0
]
x
=
eigenvector
.
split
(
" "
)[
1
]
eigen
=
{
"string"
:
x
,
"bo"
:
x
.
split
(
"*"
)[
1
]
.
replace
(
'"'
,
''
),
...
...
report_persistence.txt
View file @
eba36be
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment