Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00
Open sidebar
GNet
APPINetwork
Commits
7cd42887
Commit
7cd42887
authored
Mar 14, 2022
by
Gosset Simon
Browse files
Update R/clustering_tfit_window.R, R/methods.R
parent
945ffd61
Changes
2
Hide whitespace changes
Inline
Side-by-side
R/clustering_tfit_window.R
View file @
7cd42887
...
...
@@ -31,8 +31,6 @@ clustering_tfit <- function(organism, network) {
# Appel de la fonction tfit: TODO = save results somewhere
result_tfit
=
tfit
(
File.gr
)
##################################################
print
(
result_tfit
)
clust
=
"init"
clust_tab
=
NULL
...
...
R/methods.R
View file @
7cd42887
...
...
@@ -238,6 +238,8 @@ pubmed_id <- function(Final.List.Redondant, Name, run) {
# Recuperation des differents pubmed-ID
if
(
length
(
indi
)
>
1
)
{
pmids
<-
unique
(
Inter.red
[
indi
,
6
])
pmindices
=
grep
(
x
=
pmids
,
pattern
=
"pubmed"
)
pmids
=
pmids
[
pmindices
]
pmids
<-
as.matrix
(
pmids
)
pmids2
<-
c
()
for
(
n
in
1
:
length
(
pmids
))
{
...
...
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