Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
eScience
ICoVeR
Commits
ae51b157
Commit
ae51b157
authored
Nov 03, 2015
by
Bertjan Broeksema
Browse files
Add code for preparing wrighton
parent
862b434c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
R.preprocessing/preprocessing.R
R.preprocessing/preprocessing.R
+11
-0
No files found.
R.preprocessing/preprocessing.R
View file @
ae51b157
...
@@ -5,6 +5,7 @@ source("R.preprocessing/SymmetrizedSignatures.R")
...
@@ -5,6 +5,7 @@ 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"
)
# Prepare the CSTR data set
PrepareDataForInteractiveBinning
(
PrepareDataForInteractiveBinning
(
dataset.name
=
"cstr"
,
dataset.name
=
"cstr"
,
file.fasta
=
"data//cstr_assembled.fasta"
,
file.fasta
=
"data//cstr_assembled.fasta"
,
...
@@ -14,5 +15,15 @@ PrepareDataForInteractiveBinning(
...
@@ -14,5 +15,15 @@ PrepareDataForInteractiveBinning(
dir.result
=
"R.ICoBiRe//data"
dir.result
=
"R.ICoBiRe//data"
)
)
# Prepare the Wrighton data set
PrepareDataForInteractiveBinning
(
dataset.name
=
"wrighton"
,
file.fasta
=
"data//wrighton_assembled.fasta"
,
file.abundance
=
"data//wrighton_avg_coverage.csv"
,
file.escg
=
"data//wrighton_escg.csv"
,
file.clusterings
=
"data//wrighton_clusterings.csv"
,
dir.result
=
"R.ICoBiRe//data"
)
#library(devtools)
#library(devtools)
#install_local(file.path(getwd(), "R.ICoBiRe"))
#install_local(file.path(getwd(), "R.ICoBiRe"))
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