You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Julian,
I'm trying to analyze some data using CeTrAn via shiny. I'm running it in a Linux machine. I can set the output and input directory, however, I can't load the file table (txt file) properly. What I got is the following:
example of .txt file:
abc.xml def
example of what I get in shiny:
V1
a
b
c
.
x
m
l
d
e
f
I also tried to load your .txt file (groupscs.txt) and I got the same result.
Any suggestion?
Thanks in advance,
Mercedes.
The text was updated successfully, but these errors were encountered:
I forgot to mention that when I use R base, I can load the file perfectly fine. By running the following:
data<-read.csv("~/groupscs.txt", sep = "\t", header=FALSE)
Hi
I think shiny integration was never finished and people use the published v4 release version.
I have no capacity to solve the problem at the moment but could point the direction if someone want to upgrade cetran.
I am quite surprised it still runs actually...
Am 18. Oktober 2019 13:22:46 MESZ schrieb mechichis <[email protected]>:
Dear Julian,
I'm trying to analyze some data using CeTrAn via shiny. I'm running it
in a Linux machine. I can set the output and input directory, however,
I can't load the file table (txt file) properly. What I got is the
following:
example of .txt file:
abc.xml def
example of what I get in shiny:
V1
a
b
c
..
x
m
l
d
e
f
I also tried to load your .txt file (groupscs.txt) and I got the same
result.
Any suggestion?
Thanks in advance,
Mercedes.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#12
--
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.
Dear Julian,
I'm trying to analyze some data using CeTrAn via shiny. I'm running it in a Linux machine. I can set the output and input directory, however, I can't load the file table (txt file) properly. What I got is the following:
example of .txt file:
abc.xml def
example of what I get in shiny:
V1
a
b
c
.
x
m
l
d
e
f
I also tried to load your .txt file (groupscs.txt) and I got the same result.
Any suggestion?
Thanks in advance,
Mercedes.
The text was updated successfully, but these errors were encountered: