Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
eScience
ICoVeR
Commits
2dd187b1
Commit
2dd187b1
authored
Nov 04, 2015
by
Bertjan Broeksema
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add clustering data for cstr data set.
parent
42c6c32f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
R.preprocessing/preprocessing.R
R.preprocessing/preprocessing.R
+3
-5
No files found.
R.preprocessing/preprocessing.R
View file @
2dd187b1
#setwd("~/icobire-guide")
source
(
"R.preprocessing/FrequenciesSignatures.R"
)
source
(
"R.preprocessing/FrequenciesSignatures.R"
)
source
(
"R.preprocessing/SymmetrizedSignatures.R"
)
source
(
"R.preprocessing/SymmetrizedSignatures.R"
)
source
(
"R.preprocessing/ExtractESCG.R"
)
source
(
"R.preprocessing/ExtractESCG.R"
)
source
(
"R.preprocessing/PrepareDataForInteractiveBinning.R"
)
source
(
"R.preprocessing/PrepareDataForInteractiveBinning.R"
)
setwd
(
"~/Research/publications/wip-bmc-contig-binning/publication-guide"
)
#setwd("~/icobire-guide")
#source("R.preprocessing/preprocessing.R")
PrepareDataForInteractiveBinning
(
PrepareDataForInteractiveBinning
(
dataset.name
=
"cstr"
,
dataset.name
=
"cstr"
,
file.fasta
=
"data//cstr_assembled.fasta"
,
file.fasta
=
"data//cstr_assembled.fasta"
,
file.abundance
=
"data//cstr_avg_coverage.csv"
,
file.abundance
=
"data//cstr_avg_coverage.csv"
,
file.escg
=
"data/cstr_escg.csv"
,
file.escg
=
"data/cstr_escg.csv"
,
file.clusterings
=
"data//cstr_
metabat
.csv"
,
file.clusterings
=
"data//cstr_
clusterings
.csv"
,
dir.result
=
"R.ICoBiRe//data"
dir.result
=
"R.ICoBiRe//data"
)
)
...
...
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