Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
6435d849
Commit
6435d849
authored
Jul 23, 2018
by
Philippe Veber
Browse files
fixed scripts/plot_sens_spe_all_trees
parent
8f3a909f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib/scripts/plot_sens_spe_all_trees.R
lib/scripts/plot_sens_spe_all_trees.R
+2
-1
No files found.
lib/scripts/plot_sens_spe_all_trees.R
View file @
6435d849
...
...
@@ -40,7 +40,8 @@ files = files[grep("tsv", files)]
files_split
=
strsplit
(
files
,
"."
,
fixed
=
T
)
files_df
=
as.data.frame
(
do.call
(
rbind
,
files_split
))
print
(
files_df
)
files_df_ok
=
data.frame
(
files
=
paste0
(
input_dir
,
"/"
,
files
),
tree
=
files_df
$
V1
,
bl
=
files_df
$
V1
,
profil
=
opt
$
profil
)
files_df_ok
=
data.frame
(
files
=
paste0
(
input_dir
,
"/"
,
files
),
tree
=
gsub
(
".tsv"
,
""
,
files
),
bl
=
"NA"
,
profil
=
opt
$
profil
)
#files_df_ok = data.frame(files= paste0(input_dir,"/",files), tree = files_df$V1, bl = files_df$V1, profil = opt$profil)
read_dir
=
function
(
x
)
{
...
...
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