Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
COVID-19
models
Commits
72ddeecd
Commit
72ddeecd
authored
Jun 08, 2020
by
Marek Ostaszewski
Browse files
Alias resolver
parent
e5bfdbe8
Changes
1
Show whitespace changes
Inline
Side-by-side
Resources/Hipathia/resolve_aliases.R
View file @
72ddeecd
...
...
@@ -96,5 +96,5 @@ colnames(t.xy) <- c("targets.x", "targets.y")
translated_sif
<-
data.frame
(
translated_sif
,
s.xy
,
t.xy
)
write.table
(
translated_sif
,
file
=
"translated_sif.txt"
,
sep
=
"\t"
,
quote
=
F
,
col.names
=
F
,
row.names
=
F
)
sep
=
"\t"
,
quote
=
F
,
col.names
=
T
,
row.names
=
F
)
message
(
"Done."
)
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