Mercurial > repos > iuc > transit_gumbel
annotate transit_gumbel.xml @ 5:dfd652f412bd 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:39:34 -0400 |
| parents | b2f6cbdc5858 |
| children | 6d55d88fb999 |
| rev | line source |
|---|---|
|
0
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
1
5c08dadad774
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0-dirty
iuc
parents:
0
diff
changeset
|
2 <tool id="transit_gumbel" name="Gumbel" version="@VERSION@+galaxy1"> |
|
0
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
3 <description>- determine essential genes</description> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
4 <macros> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
6 </macros> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
8 <command detect_errors="exit_code"><![CDATA[ |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
9 @LINK_INPUTS@ |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
10 transit gumbel $input_files annotation.dat transit_out.txt |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
11 @STANDARD_OPTIONS@ |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
12 -s $samples -b $burnin -m $smallest -t $trim |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
13 ]]> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
14 </command> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
15 <inputs> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
16 <expand macro="standard_inputs"> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
17 <param name="samples" argument="-s" type="integer" value="10000" label="Number of samples" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
18 <param name="burnin" argument="-b" type="integer" value="500" label="Number of Burn-in samples" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
19 <param name="smallest" argument="-m" type="integer" value="1" label="Smallest read-count to consider" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
20 <param name="trim" argument="-t" type="integer" value="1" label="Trimming interval for values" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
21 </expand> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
22 </inputs> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
23 <outputs> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
24 <expand macro="outputs" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
25 </outputs> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
26 <tests> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
27 <test> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
28 <param name="inputs" ftype="wig" value="transit-in1-rep1.wig,transit-in1-rep2.wig" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
29 <param name="controls" ftype="wig" value="transit-co1-rep1.wig,transit-co1-rep2.wig,transit-co1-rep3.wig" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
30 <param name="annotation" ftype="gff3" value="transit-in1.gff3" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
31 <param name="samples" value="1000" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
32 <param name="burnin" value="100" /> |
|
4
b2f6cbdc5858
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit b8111d3ebede6ee71b18fbbabc708cdeab340912-dirty
dave
parents:
3
diff
changeset
|
33 <param name="replicates" value="Replicates" /> |
|
0
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
34 <output name="sites" file="gumbel-sites1.txt" ftype="tabular" compare="sim_size" /> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
35 </test> |
|
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
36 </tests> |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
37 |
|
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
38 <help><![CDATA[ |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
39 .. class:: infomark |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
40 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
41 **What it does** |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
42 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
43 ------------------- |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
44 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
45 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. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
46 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
47 Note : Intended only for Himar1 datasets. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
48 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
49 ------------------- |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
50 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
51 **Inputs** |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
52 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
53 ------------------- |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
54 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
55 Input files for HMM need to be: |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
56 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
57 - .wig files: Tabulated files containing one column with the TA site coordinate and one column with the read count at this site. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
58 - annotation .prot_table: Annotation file generated by the `Convert Gff3 to prot_table for TRANSIT` tool. |
|
4
b2f6cbdc5858
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit b8111d3ebede6ee71b18fbbabc708cdeab340912-dirty
dave
parents:
3
diff
changeset
|
59 |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
60 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
61 ------------------- |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
62 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
63 **Parameters** |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
64 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
65 ------------------- |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
66 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
67 Optional Arguments: |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
68 -s <integer> := Number of samples. Default: -s 10000 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
69 -b <integer> := Number of Burn-in samples. Default -b 500 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
70 -m <integer> := Smallest read-count to consider. Default: -m 1 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
71 -t <integer> := Trims all but every t-th value. Default: -t 1 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
72 -r <string> := How to handle replicates. Sum or Mean. Default: -r Sum |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
73 --iN <float> := Ignore TAs occuring at given fraction of the N terminus. Default: -iN 0.0 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
74 --iC <float> := Ignore TAs occuring at given fraction of the C terminus. Default: -iC 0.0 |
|
4
b2f6cbdc5858
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit b8111d3ebede6ee71b18fbbabc708cdeab340912-dirty
dave
parents:
3
diff
changeset
|
75 |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
76 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
77 - 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. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
78 - 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. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
79 - 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”. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
80 - 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. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
81 - 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. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
82 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
83 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
84 ------------------- |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
85 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
86 **Outputs** |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
87 |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
88 ------------------- |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
89 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
90 ============================================= ======================================================================================================================== |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
91 **Column Header** **Column Definition** |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
92 --------------------------------------------- ------------------------------------------------------------------------------------------------------------------------ |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
93 Orf Gene ID |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
94 Name Gene Name |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
95 Desc Gene Description |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
96 k Number of Transposon Insertions Observed within the ORF. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
97 n Total Number of TA dinucleotides within the ORF. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
98 r Span of nucleotides for the Maximum Run of Non-Insertions. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
99 s Span of nucleotides for the Maximum Run of Non-Insertions. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
100 zbar Posterior Probability of Essentiality. |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
101 State Call Essentiality call for the gene. Depends on FDR corrected thresholds. E=Essential U=Uncertain, NE=Non-Essential, S=too short |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
102 ============================================= ======================================================================================================================== |
|
4
b2f6cbdc5858
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit b8111d3ebede6ee71b18fbbabc708cdeab340912-dirty
dave
parents:
3
diff
changeset
|
103 |
|
b2f6cbdc5858
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit b8111d3ebede6ee71b18fbbabc708cdeab340912-dirty
dave
parents:
3
diff
changeset
|
104 |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
105 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
106 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. |
|
4
b2f6cbdc5858
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit b8111d3ebede6ee71b18fbbabc708cdeab340912-dirty
dave
parents:
3
diff
changeset
|
107 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
108 ------------------- |
|
4
b2f6cbdc5858
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit b8111d3ebede6ee71b18fbbabc708cdeab340912-dirty
dave
parents:
3
diff
changeset
|
109 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
110 **More Information** |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
111 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
112 ------------------- |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
113 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
114 See `TRANSIT documentation` |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
115 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
116 - TRANSIT: https://transit.readthedocs.io/en/latest/index.html |
|
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
117 - `TRANSIT Gumbel`: https://transit.readthedocs.io/en/latest/transit_methods.html#gumbel |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
118 ]]></help> |
|
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
119 |
|
0
8f21000dff47
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff
changeset
|
120 <expand macro="citations" /> |
|
3
965ddffe8b87
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents:
1
diff
changeset
|
121 |
|
5
dfd652f412bd
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
4
diff
changeset
|
122 </tool> |
