Skip to content
GitLab
Menu
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
9086b12f
Commit
9086b12f
authored
May 24, 2022
by
Gosset Simon
Browse files
Update R/build_network_window.R, R/methods.R
parent
9819663a
Changes
2
Hide whitespace changes
Inline
Side-by-side
R/build_network_window.R
View file @
9086b12f
...
...
@@ -214,7 +214,7 @@ build_network = function(organism, db, ipl, th, method, degree, remove.sdi, remo
cat
(
'\n>Autocorrection'
)
cat
(
'\n'
)
data2
<<-
data
pb1
<<-
txtProgressBar
(
min
=
0
,
max
=
dim
(
data
)[
1
],
style
=
3
)
pb1
<<-
txtProgressBar
(
min
=
0
,
max
=
dim
(
data
2
)[
1
],
style
=
3
)
nbpassage
<<
-0
nf
<<-
c
()
apply
(
data2
,
1
,
cherche_uniprotID
,
data
=
data2
,
thesaurus
=
thesaurus
)
...
...
R/methods.R
View file @
9086b12f
...
...
@@ -653,7 +653,7 @@ remove_unique_links <- function(inputtable) {
if
(
length
(
ind2
)
==
1
)
{
tab_PPI
=
tab_PPI
[
-
ind
,]
tab_PPI
=
tab_PPI
[
-
unique
(
ind
)
,]
}
...
...
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