Commit ae51b157 authored by Bertjan Broeksema's avatar Bertjan Broeksema
Browse files

Add code for preparing wrighton

parent 862b434c
...@@ -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"))
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment