# HG changeset patch # User tduigou # Date 1666606948 0 # Node ID 593e0f7871722937d168c9793c8f0bbb5edb9615 # Parent c3f32929a4b7e8e21006a5e80982ef25fd6d47f8 planemo upload commit f40274f6b9f6a15eb4022aab21286d4c96cd8475-dirty diff -r c3f32929a4b7 -r 593e0f787172 optdoe.xml --- a/optdoe.xml Wed Feb 02 18:11:50 2022 +0000 +++ b/optdoe.xml Mon Oct 24 10:22:28 2022 +0000 @@ -1,6 +1,7 @@ - + An optimal design of experiments (DoE) base package for synthetic biology + 0 2.0.2 @@ -16,21 +17,21 @@ --ref_parts_file '$adv.ref_parts_file' #end if --libsize '$adv.libsize' - --get_sequences '$adv.get_sequences' - --backtranslate '$adv.backtranslate' + $adv.get_sequences + $adv.backtranslate --codon_table '$adv.codon_table' '$genes_file' '$constructs' ]]> - +
- - - - - - + + + + + + @@ -164,7 +165,7 @@ - + @@ -179,8 +180,8 @@ | -Where n is the number of experimental runs or library size, p is the number of independent variables, and X is the model matrix, i.e., a row for each experimental run and a column for each term in the model. The library size n can be selected and should be above a minimal threshold depending on the number of combinatorial complexity of the library. -The experimental design can be evaluated through the provided diagnostics for D-efficiency, power analysis, and relative prediction variance, allowing the optimal selection of library size. +Where n is the number of experimental runs or library size, p is the number of independent variables, and X is the model matrix, i.e., a row for each experimental run and a column for each term in the model. The library size n can be selected and should be above a minimal threshold depending on the number of combinatorial complexity of the library. +The experimental design can be evaluated through the provided diagnostics for D-efficiency, power analysis, and relative prediction variance, allowing the optimal selection of library size. The resulting design is provided as an SBOL collection containing the definition of each DNA component and the combinatorial library of constructs. .. image:: https://raw.githubusercontent.com/brsynth/synbiocad-galaxy-wrappers/master/OptDoE/img/image3.png @@ -194,7 +195,7 @@ | -Above are examples of two constructs generated through optimal combinatorial design and represented using SBOL Visual in SynBioHub. +Above are examples of two constructs generated through optimal combinatorial design and represented using SBOL Visual in SynBioHub. Note: if advanced parameter "input_parts" is left empty, the following parts are used: @@ -223,32 +224,27 @@ Required: -* **genes_file**\ : (string) Genes File (csv). +* **Genes**\ : Output of Selenzyme. The CSV file contains four columnds: Name,Type,Part,Step. The column "Name" contains the Uniprot ID found by Selenzyme. The column "Type" represents the type of the "Part", a *gene*. The column "Part" has the same information as the column "Name". The column "Step" contains the order of the position in the pathway of the gene. Advanced options: -* **genes_sbol_file**\ : (string) SBOL file containing optimised versions of the genes (RBS, etc) -* **ref_parts_file**\ : (string) CSV with the genetic parts. Default (if left empty) is the above table. To generate a new compatible CSV file, please use the "OptDoE Parts Reference Generator" tool -* **libsize**\ : (integer, default: 32) Maximal library size -* **get_sequences**\ : (boolean, default: True) -* **backtranslate**\ : (boolean, default: True) -* **codon_table**\ : (text, default: Eecoli.cut) Codon Usage Table. See `codon_table `_ for more codons. +* **Optimised Genes**\ : SBOL file containing optimized versions of the genes associated with different RBS. Output of the PartsGenie tool. +* **Ref Parts**\ : CSV with the genetic parts. Default (if left empty) is the above table. To generate a new compatible CSV file, please use the "OptDoE Parts Reference Generator" tool +* **Maximal library size**\ : (integer, default: 32) Maximal number of constructs in the SBOL output. +* **Get sequences**\ : (boolean, default: True) Grab the sequence for each part of the SBOL output. +* **Back translate**\ : (boolean, default: True) Translate the protein sequence given by its Uniprot ID to a DNA sequence. +* **Codon Table**\ : (text, default: Eecoli.cut) Codon Usage Table. See `codon_table `_ for more codons. Output ------ -* **constructs**\ : (string) Path to the output SBOL file +* **Constructs**\ : Output SBOL file. It contains some combinations of constructs according to the algorithm described above. Project Link ------------ * `Original Project `_ -Authors -------- - -* **Pablo Carbonell** - License ------- @@ -260,4 +256,7 @@ * Joan Hérisson * Thomas Duigou ]]> + + + \ No newline at end of file