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
7b49e352
Commit
7b49e352
authored
Mar 14, 2022
by
Gosset Simon
Browse files
Update R/methods.R
parent
0cd041d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
R/methods.R
View file @
7b49e352
...
...
@@ -247,9 +247,10 @@ pubmed_id <- function(Final.List.Redondant, Name, run) {
pmids2
<-
c
(
pmids2
,
a
[[
1
]][
p
])
}
}
pmindices
=
grep
(
x
=
pmids2
,
pattern
=
"pubmed"
)
pmids2
=
pmids2
[
pmindices
]
pmids
<-
unique
(
as.vector
(
pmids2
))
pmindices
=
grep
(
x
=
pmids
,
pattern
=
"pubmed"
)
pmids
=
pmids
[
pmindices
]
# Rassemblement des different pubmed-ID de chaque interaction
pmids3
<-
c
()
b
<-
length
(
pmids
)
...
...
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