Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
9ffa5079
Commit
9ffa5079
authored
Apr 09, 2021
by
cylon-x
🤖
Browse files
Merge branch 'repo_update' of
https://git-r3lab.uni.lu/covid/models
into repo_update
parents
746aa04c
93bdf6b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/Crosstalks/find_crosstalks.R
View file @
9ffa5079
...
...
@@ -40,7 +40,7 @@ get_reactome_pathway_contents <- function(reactome_path_id) {
get_mnv_refs
<-
function
(
fcomponents
)
{
### Get MINERVA HGNCs as a named list
message
(
"Retrieving MINERVA HGNCs collection"
)
mnv_refs
<-
sapply
(
fcomponents
$
map_elements
,
function
(
x
)
get_annotation
(
x
$
references
,
"HGNC_SYMBOL"
))
mnv_refs
<-
sapply
(
fcomponents
$
map_elements
,
function
(
x
)
sapply
(
x
$
references
,
get_annotation
,
"HGNC_SYMBOL"
)
)
names
(
mnv_refs
)
<-
fcomponents
$
models
$
name
return
(
mnv_refs
)
}
...
...
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