0
|
1 # chromeister
|
|
2 An ultra fast, heuristic approach to detect conserved signals in extremely large pairwise genome comparisons.
|
|
3
|
|
4 ## Requirements
|
|
5
|
|
6 GCC compiler (any version that is not completely outdated should do) and the R-base package (default R installation should do) with no extra packages.
|
|
7 Simply download the .zip and unzip it, or clone the repository (currently the active branch is "histo-kmer-ultra" DO NOT USE ANY OTHER).
|
|
8 Then issue the following commands:
|
|
9
|
|
10 cd chromeister/src && make all
|
|
11
|
|
12 You are ready to go!
|
|
13
|
|
14 ## Use
|
|
15
|
|
16 There are several ways in which CHROMEISTER can be used. The simplest one is to run a 1-vs-1 comparison and then compute the score and the plot.
|
|
17 To do so, use the binaries at the bin folder:
|
|
18
|
|
19 CHROMEISTER -query seqX -db seqY -out dotplot.mat && Rscript compute_score.R dotplot.mat
|
|
20
|
|
21 This will generate the comparison matrix, the plot of the comparison with the automatic scoring and the guides to be used in an exhaustive GECKO comparison.
|
|
22
|
|
23 More to be added soon!
|
|
24
|
|
25
|
|
26
|
|
27
|
|
28
|
|
29
|
|
30
|
|
31
|
|
32
|
|
33
|
|
34
|
|
35
|
|
36
|