Commit 2dd187b1 authored by Bertjan Broeksema's avatar Bertjan Broeksema

Add clustering data for cstr data set.

parent 42c6c32f
#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"
) )
......
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