Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
59d91da1
Commit
59d91da1
authored
Mar 04, 2021
by
Marek Ostaszewski
Browse files
Merge branch 'patch-1' into 'master'
Update get_identifiers.R See merge request
!283
parents
77a7113e
e8e2385f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Integration/MINERVA_access/get_identifiers.R
View file @
59d91da1
...
...
@@ -17,6 +17,7 @@ components <- get_map_components(map)
### You may want to save components to JSON if you want to explore the structure of MINERVA's output
### A helper function that retrieves identifiers of a given type from elements of a given model - a (sub)map in the MINERVA Platform.
get_annotations
<-
function
(
model_elements
,
annotation_type
)
{
### For erroneous response, skip to next diagram
if
(
is.null
(
model_elements
))
{
return
(
NULL
)
}
...
...
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