annotate transit_resampling.xml @ 3:b33af081b02e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
author iuc
date Tue, 12 Mar 2019 14:59:37 -0400
parents 1d1ca6b30fbb
children 7288ac4e8583
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8ccb1b841efb 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
1d1ca6b30fbb 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_resampling" name="Resampling" version="@VERSION@+galaxy1">
0
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
3 <description>- determine per-gene p-values</description>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
4 <macros>
8ccb1b841efb 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>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
6 </macros>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
7 <expand macro="requirements" />
8ccb1b841efb 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[
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
9 @LINK_INPUTS@
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
10 #set $control_files = ','.join(['control_file_%d.wig' % idx for idx, _ in enumerate(str($controls).split(','))])
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
11 #for idx, filename in enumerate(str($controls).split(',')):
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
12 ln -s '$filename' control_file_${idx}.wig &&
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
13 #end for
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
14 transit resampling $input_files $control_files annotation.dat transit_out.txt
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
15 @STANDARD_OPTIONS@
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
16 -s $samples -n $normalization $histogram $adaptive $exclude_zero $pseudo $loess
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
17 ]]>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
18 </command>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
19 <inputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
20 <expand macro="standard_inputs">
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
21 <param name="controls" type="data" format="wig" multiple="true" label="Control .wig files" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
22 <param name="samples" argument="-s" type="integer" value="10000" label="Number of samples" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
23 <param name="normalization" argument="-n" type="select" label="Normalization method">
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
24 <option value="TTR">TTR</option>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
25 </param>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
26 <param name="histogram" argument="-h" type="boolean" truevalue="-h" falsevalue="" label="Output histogram of the permutations" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
27 <param name="adaptive" argument="-a" type="boolean" truevalue="-a" falsevalue="" label="Perform adaptive resampling" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
28 <param name="exclude_zero" argument="-ez" type="boolean" truevalue="-ez" falsevalue="" label="Exclude rows with zero accross conditions" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
29 <param name="pseudo" argument="-pc" type="boolean" truevalue="-pc" falsevalue="" label="Add pseudocounts at each site" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
30 <param name="loess" argument="-l" type="boolean" truevalue="-l" falsevalue="" label="Perform LOESS Correction" help="Helps remove possible genomic position bias." />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
31
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
32 </expand>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
33 </inputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
34 <outputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
35 <expand macro="outputs" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
36 </outputs>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
37 <tests>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
38 <test>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
39 <param name="inputs" ftype="wig" value="transit-in1-rep1.wig,transit-in1-rep2.wig" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
40 <param name="controls" ftype="wig" value="transit-co1-rep1.wig,transit-co1-rep2.wig,transit-co1-rep3.wig" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
41 <param name="annotation" ftype="gff3" value="transit-in1.gff3" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
42 <param name="samples" value="1000" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
43 <param name="burnin" value="100" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
44 <output name="sites" file="resampling-sites1.txt" ftype="tabular" compare="sim_size" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
45 </test>
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
46 </tests>
3
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
47
0
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
48 <help>
3
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
49 <![CDATA[.. class:: infomark
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
50
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
51 **What it does**
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
52
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
53 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
54
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
55
0
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
56 The re-sampling method is a comparative analysis the allows that can be used to determine conditional essentiality of genes. It is based on a permutation test, and is capable of determining read-counts that are significantly different across conditions.
3
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
57
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
58 This technique has yet to be formally published in the context of differential essentiality analysis. Briefly, the read-counts at each genes are determined for each replicate of each condition. The total read-counts in condition A is subtracted from the total read counts at condition B, to obtain an observed difference in read counts. The TA sites are then permuted for a given number of “samples”. For each one of these permutations, the difference is read-counts is determined. This forms a null distribution, from which a p-value is calculated for the original, observed difference in read-counts.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
59
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
60
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
61 Note : Can be used for both Himar1 and Tn5 datasets
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
62
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
63
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
64 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
65
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
66 **Inputs**
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
67
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
68 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
69
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
70 Input files for Resampling need to be:
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
71
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
72 - .wig files : Tabulated files containing one column with the TA site coordinate and one column with the read count at this site.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
73 - annotation .prot_table : Annotation file generated by the `Convert Gff3 to prot_table for TRANSIT` tool.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
74
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
75
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
76 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
77
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
78 **Parameters**
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
79
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
80 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
81
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
82 Optional Arguments:
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
83
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
84 -s <integer> := Number of samples. Default: 10000
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
85 -n <string> := Normalization method. Default: TTR
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
86 -h := Output histogram of the permutations for each gene. Default: Off.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
87 -a := Perform adaptive resampling. Default: Off.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
88 -ez := Exclude rows with zero accross conditions. Default: Off
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
89 --pc := Pseudocounts to be added at each site.:
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
90 -l := Perform LOESS Correction; Helps remove possible genomic position bias. Default: Off.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
91 --iN <float> := Ignore TAs occuring at given fraction of the N terminus. Default: 0.0
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
92 --iC <float> := Ignore TAs occuring at given fraction of the C terminus. Default: 0.0
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
93 --ctrl_lib := String of letters representing library of control files in order e.g. 'AABB': Default empty. Letters used must also be used in --exp_lib. If non-empty, resampling will limit permutations to within-libraries.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
94 --exp_lib := String of letters representing library of experimental files in order e.g. 'ABAB': Default empty. Letters used must also be used in --ctrl_lib. If non-empty, resampling will limit permutations to within-libraries.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
95
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
96
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
97 The resampling method is non-parametric, and therefore does not require any parameters governing the distributions or the model. The following parameters are available for the method:
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
98
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
99 - Samples: The number of samples (permutations) to perform. The larger the number of samples, the more resolution the p-values calculated will have, at the expense of longer computation time. The re-sampling method runs on 10,000 samples by default.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
100 - Output Histograms:Determines whether to output .png images of the histograms obtained from resampling the difference in read-counts.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
101 - Adaptive Resampling: An optional “adaptive” version of resampling which accelerates the calculation by terminating early for genes which are likely not significant. This dramatically speeds up the computation at the cost of less accurate estimates for those genes that terminate early (i.e. deemed not significant). This option is OFF by default.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
102 - Include Zeros: Select to include sites that are zero. This is the preferred behavior, however, unselecting this (thus ignoring sites that) are zero accross all dataset (i.e. completely empty), is useful for decreasing running time (specially for large datasets like Tn5).
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
103 - Normalization Method: Determines which normalization method to use when comparing datasets. Proper normalization is important as it ensures that other sources of variability are not mistakenly treated as real differences. See the Normalization section for a description of normalization method available in TRANSIT.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
104
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
105
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
106 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
107
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
108 **Outputs**
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
109
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
110 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
111
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
112 The re-sampling method outputs a tab-delimited file with results for each gene in the genome. P-values are adjusted for multiple comparisons using the Benjamini-Hochberg procedure (called “q-values” or “p-adj.”). A typical threshold for conditional essentiality on is q-value < 0.05.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
113
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
114
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
115 ============================================= ========================================================================================================================
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
116 **Column Header** **Column Definition**
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
117 --------------------------------------------- ------------------------------------------------------------------------------------------------------------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
118 Orf Gene ID
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
119 Name Gene Name
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
120 Desc Gene Description
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
121 N Number of TA sites in the gene.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
122 TAs Hit Number of TA sites with at least one insertion.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
123 Sum Rd 1 Sum of read counts in condition 1.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
124 Sum Rd 2 Sum of read counts in condition 2.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
125 Delta Rd Difference in the sum of read counts.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
126 p-value P-value calculated by the permutation test.
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
127 p-adj. Adjusted p-value controlling for the FDR (Benjamini-Hochberg)
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
128 ============================================= ========================================================================================================================
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
129
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
130
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
131
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
132 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
133
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
134 **More Information**
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
135
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
136 -------------------
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
137
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
138 See `TRANSIT documentation`
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
139
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
140 - TRANSIT: https://transit.readthedocs.io/en/latest/index.html
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
141 - `TRANSIT Gumbel`: https://transit.readthedocs.io/en/latest/transit_methods.html#re-sampling
0
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
142 ]]></help>
3
b33af081b02e planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 4730eda34222a432a14bf1d1dd090b15e61a494c-dirty
iuc
parents: 1
diff changeset
143
0
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
144 <expand macro="citations" />
8ccb1b841efb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 9ffba16c072c7dafe4ef0b70cd2ef166fbe903d0
iuc
parents:
diff changeset
145 </tool>