Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GNet
APPINetwork
Commits
9edcd074
Commit
9edcd074
authored
Mar 14, 2022
by
Gosset Simon
Browse files
Update R/clustering_tfit_window.R
parent
732fbbc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/clustering_tfit_window.R
View file @
9edcd074
...
...
@@ -33,6 +33,27 @@ clustering_tfit <- function(organism, network) {
print
(
result_tfit
)
clust
=
"init"
i
=
0
while
(
length
(
clust
)
>
0
)
{
clust
=
NULL
i
=
i
+1
clust
=
grep
(
pattern
=
i
,
x
=
result_tfit
[[
1
]])
clust
=
result_tfit
[[
2
]][
clust
]
print
(
i
)
print
(
clust
)
}
cat
(
"OK\n\n>Clustering TFit is done.\n"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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