You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
+
1
2
FunOrder
2
3
=========
3
4
4
5
The Functional Order (FunOrder) tool - Identification of essential biosynthetic genes through computational molecular co-evolution – searches for co-evolutionary linked genes in a set of inputted genes. The functionality and applicability was tested with biosynthetic gene clusters (BGCs). The resulting information can be used to choose which genes of a gene cluster are most likely the core genes necessary for the biosynthesis of a secondary metabolite. The flexibility and adaptability of the core program allows the integration of any protein database and can thus be adapted for different phyla and research objectives. FunOrder might be used for the analysis of co-evolution on a whole proteome, enabling the genome wide detection of evolutionary linked genes, in the future.
5
6
6
7
The Functional Order (FunOrder) tool - Identification of essential biosynthetic genes through computational molecular co-evolution. FunOrder is copyright 2020 Gabriel A. Vignolle, Denise Schaffer, Robert L. Mach, Astrid R. Mach-Aigner and Christian Derntl, and is released under the MIT License. If you find FunOrder useful to your work, please cite:
7
8
8
-
https://zenodo.org/record/4778487 for the code or
9
+
https://zenodo.org/record/4778487 for the code or
9
10
10
11
**The Functional Order (FunOrder) tool - Identification of essential biosynthetic genes through computational molecular co-evolution** Gabriel A Vignolle, Denise Schaffer, Robert L Mach, Astrid R Mach-Aigner, Christian Derntl. **bioRxiv** 2021.01.29.428829; doi: https://doi.org/10.1101/2021.01.29.428829
11
12
@@ -19,14 +20,13 @@ The three distance matrices are first visualized as heatmaps with a dendrogram c
19
20
Dependencies
20
21
------------
21
22
22
-
Third party programs (include Emboss, RAxML and ClustalW in your $PATH)
These instructions should work on [Debian](https://www.debian.org)-based linux distributions such as [Ubuntu](https://www.ubuntu.com).
51
52
52
53
First we install the EMBOSS package according to the instructions.
53
-
Then we install RAxML and ClustalW according to the instructions and place the executables in your $PATH.
54
+
Then we install RAxML according to the instructions.
54
55
After R, Perl and Python is installed, install the ete2 package.
55
56
56
57
```
@@ -67,7 +68,7 @@ install.packages('car') # at the R prompt
67
68
install.packages('mdatools') # at the R prompt
68
69
```
69
70
70
-
Now download the newest version of FunOrder **funorder_vxx.tar.xz** and unpack the archive.
71
+
Now download FunOrder **funorder_v1.tar.xz** and unpack the archive.
71
72
72
73
```
73
74
tar -xf funorder_v1.tar.xz
@@ -89,6 +90,7 @@ Alternativeley you can call the FunOrder/pipeline directory directly.
89
90
90
91
91
92
93
+
92
94
### 1) using FunOrder in default mode with Genbank files
93
95
------------
94
96
@@ -124,6 +126,7 @@ evol_distance.matrix | matrix of the evolutionary [speciation] distance
124
126
125
127
126
128
129
+
127
130
### 2) using FunOrder in default mode with fasta files
128
131
------------
129
132
@@ -159,6 +162,7 @@ evol_distance.matrix | matrix of the evolutionary [speciation] distance
159
162
160
163
161
164
165
+
162
166
### 3) using FunOrder in server mode with gbk files
163
167
------------
164
168
@@ -205,9 +209,8 @@ then from within the antiSMASH output-folder run following command:
205
209
```
206
210
for file in *cluster*.gbk; do echo $file; sh ~/path/to/directory/funorder_v1/funorder_server.sh [Thread number] $file [absolute path to "funorder_output" directory] [database] ; done
207
211
```
208
-
This will perform a FunOrder analysis for each cluster predicted by antiSMASH.
209
-
210
212
213
+
This will perform a FunOrder analysis for each cluster predicted by antiSMASH.
211
214
212
215
### 4) using FunOrder in server mode with fasta files
213
216
------------
@@ -241,4 +244,3 @@ Rplot.pdf | PDF file with the Analyze.R output as described i
241
244
strict_distance.matrix | matrix of the strict distance
242
245
evol_distance.matrix | matrix of the evolutionary [speciation] distance
0 commit comments