diff transit_gumbel.xml @ 0:92496521fd39 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
author iuc
date Mon, 22 Apr 2019 14:41:48 -0400
parents
children c980be2c002c
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/transit_gumbel.xml	Mon Apr 22 14:41:48 2019 -0400
@@ -0,0 +1,122 @@
+<?xml version="1.0"?>
+<tool id="transit_gumbel" name="Gumbel" version="@VERSION@+galaxy1">
+    <description>- determine essential genes</description>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements" />
+    <command detect_errors="exit_code"><![CDATA[
+    	@LINK_INPUTS@
+        transit gumbel $input_files annotation.dat transit_out.txt
+        @STANDARD_OPTIONS@
+        -s $samples -b $burnin -m $smallest -t $trim
+        ]]>
+    </command>
+    <inputs>
+        <expand macro="standard_inputs">
+            <param name="samples" argument="-s" type="integer" value="10000" label="Number of samples" />
+            <param name="burnin" argument="-b" type="integer" value="500" label="Number of Burn-in samples" />
+            <param name="smallest" argument="-m" type="integer" value="1" label="Smallest read-count to consider" />
+            <param name="trim" argument="-t" type="integer" value="1" label="Trimming interval for values" />
+        </expand>
+    </inputs>
+    <outputs>
+        <expand macro="outputs" />
+    </outputs>
+    <tests>
+        <test>
+            <param name="inputs" ftype="wig" value="transit-in1-rep1.wig,transit-in1-rep2.wig" />
+            <param name="controls" ftype="wig" value="transit-co1-rep1.wig,transit-co1-rep2.wig,transit-co1-rep3.wig" />
+            <param name="annotation" ftype="gff3" value="transit-in1.gff3" />
+            <param name="samples" value="1000" />
+            <param name="burnin" value="100" />
+            <param name="replicates" value="Replicates" />
+            <output name="sites" file="gumbel-sites1.txt" ftype="tabular" compare="sim_size" />
+        </test>
+    </tests>
+
+<help><![CDATA[
+.. class:: infomark
+
+**What it does**
+
+-------------------
+
+The **Gumbel** method can be used to determine which genes are essential in a single condition. It does a gene-by-gene analysis of the insertions at TA sites with each gene, makes a call based on the longest consecutive sequence of TA sites without insertion in the genes, calculates the probability of this using a Bayesian model.
+
+Note : Intended only for Himar1 datasets.
+
+-------------------
+
+**Inputs**
+
+-------------------
+
+Input files for HMM need to be:
+
+- .wig files: Tabulated files containing one column with the TA site coordinate and one column with the read count at this site.
+- annotation .prot_table: Annotation file generated by the `Convert Gff3 to prot_table for TRANSIT` tool.
+
+
+-------------------
+
+**Parameters**
+
+-------------------
+
+Optional Arguments:
+       -s <integer>    :=  Number of samples. Default: -s 10000
+       -b <integer>    :=  Number of Burn-in samples. Default -b 500
+       -m <integer>    :=  Smallest read-count to consider. Default: -m 1
+       -t <integer>    :=  Trims all but every t-th value. Default: -t 1
+       -r <string>     :=  How to handle replicates. Sum or Mean. Default: -r Sum
+       --iN <float>     :=  Ignore TAs occuring at given fraction of the N terminus. Default: -iN 0.0
+       --iC <float>     :=  Ignore TAs occuring at given fraction of the C terminus. Default: -iC 0.0
+
+
+- Samples: Gumbel uses Metropolis-Hastings (MH) to generate samples of posterior distributions. The default setting is to run the simulation for 10,000 iterations. This is usually enough to assure convergence of the sampler and to provide accurate estimates of posterior probabilities. Less iterations may work, but at the risk of lower accuracy.
+- Burn-In: Because the MH sampler many not have stabilized in the first few iterations, a “burn-in” period is defined. Samples obtained in this “burn-in” period are discarded, and do not count towards estimates.
+- Trim: The MH sampler produces Markov samples that are correlated. This parameter dictates how many samples must be attempted for every sampled obtained. Increasing this parameter will decrease the auto-correlation, at the cost of dramatically increasing the run-time. For most situations, this parameter should be left at the default of “1”.
+- Minimum Read: The minimum read count that is considered a true read. Because the Gumbel method depends on determining gaps of TA sites lacking insertions, it may be susceptible to spurious reads (e.g. errors). The default value of 1 will consider all reads as true reads. A value of 2, for example, will ignore read counts of 1.
+- Replicates: Determines how to deal with replicates by averaging the read-counts or summing read counts across datasets. This should not have an affect for the Gumbel method, aside from potentially affecting spurious reads.
+
+
+-------------------
+
+    **Outputs**
+
+-------------------
+
+=============================================   ========================================================================================================================
+**Column Header**                               **Column Definition**
+---------------------------------------------   ------------------------------------------------------------------------------------------------------------------------
+Orf                                             Gene ID
+Name                                            Gene Name
+Desc                                            Gene Description
+k                                               Number of Transposon Insertions Observed within the ORF.
+n                                               Total Number of TA dinucleotides within the ORF.
+r                                               Span of nucleotides for the Maximum Run of Non-Insertions.
+s                                               Span of nucleotides for the Maximum Run of Non-Insertions.
+zbar                                            Posterior Probability of Essentiality.
+State Call                                      Essentiality call for the gene. Depends on FDR corrected thresholds. E=Essential U=Uncertain, NE=Non-Essential, S=too short
+=============================================   ========================================================================================================================
+
+
+
+Note: Technically, Bayesian models are used to calculate posterior probabilities, not p-values (which is a concept associated with the frequentist framework). However, we have implemented a method for computing the approximate false-discovery rate (FDR) that serves a similar purpose. This determines a threshold for significance on the posterior probabilities that is corrected for multiple tests. The actual thresholds used are reported in the headers of the output file (and are near 1 for essentials and near 0 for non-essentials). There can be many genes that score between the two thresholds (t1 < zbar < t2). This reflects intrinsic uncertainty associated with either low read counts, sparse insertion density, or small genes. If the insertion_density is too low (< ~30%), the method may not work as well, and might indicate an unusually large number of Uncertain or Essential genes.
+
+-------------------
+
+**More Information**
+
+-------------------
+
+See  `TRANSIT documentation`
+
+- TRANSIT: https://transit.readthedocs.io/en/latest/index.html
+- `TRANSIT Gumbel`: https://transit.readthedocs.io/en/latest/transit_methods.html#gumbel
+    ]]></help>
+
+    <expand macro="citations" />
+
+</tool>
\ No newline at end of file