Mercurial > repos > iuc > transit_resampling
annotate transit_resampling.xml @ 5:885459e1c83b draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 09:49:19 +0000 |
parents | ad4d42fabf32 |
children |
rev | line source |
---|---|
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
5
885459e1c83b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
iuc
parents:
4
diff
changeset
|
2 <tool id="transit_resampling" name="TRANSIT Resampling" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
3 <description>- determine per-gene p-values</description> |
5
885459e1c83b
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit d1f8cb0c56e082656c5d4a8729e612bdc5b6e3cc"
iuc
parents:
4
diff
changeset
|
4 <expand macro="bio_tools"/> |
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
5 <macros> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
6 <import>macros.xml</import> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
7 </macros> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
8 <expand macro="requirements" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
10 @LINK_INPUTS@ |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
11 #set $control_files = ','.join(['control_file_%d.wig' % idx for idx, _ in enumerate(str($controls).split(','))]) |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
12 #for idx, filename in enumerate(str($controls).split(',')): |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
13 ln -s '$filename' control_file_${idx}.wig && |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
14 #end for |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
15 transit resampling $input_files $control_files annotation.dat transit_out.txt |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
16 @STANDARD_OPTIONS@ |
2
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
17 -s $samples $histogram $adaptive $exclude_zero $pseudo $loess |
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
18 ]]> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
19 </command> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
20 <inputs> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
21 <expand macro="standard_inputs"> |
3
0e0618c96ca4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit bd061799ebd49ada1a666d0815720c18291728da"
iuc
parents:
2
diff
changeset
|
22 <expand macro="handle_replicates" /> |
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
23 <param name="controls" type="data" format="wig" multiple="true" label="Control .wig files" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
24 <param name="samples" argument="-s" type="integer" value="10000" label="Number of samples" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
25 <param name="histogram" argument="-h" type="boolean" truevalue="-h" falsevalue="" label="Output histogram of the permutations" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
26 <param name="adaptive" argument="-a" type="boolean" truevalue="-a" falsevalue="" label="Perform adaptive resampling" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
27 <param name="exclude_zero" argument="-ez" type="boolean" truevalue="-ez" falsevalue="" label="Exclude rows with zero accross conditions" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
28 <param name="pseudo" argument="-pc" type="boolean" truevalue="-pc" falsevalue="" label="Add pseudocounts at each site" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
29 <param name="loess" argument="-l" type="boolean" truevalue="-l" falsevalue="" label="Perform LOESS Correction" help="Helps remove possible genomic position bias." /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
30 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
31 </expand> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
32 </inputs> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
33 <outputs> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
34 <expand macro="outputs" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
35 </outputs> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
36 <tests> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
37 <test> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
38 <param name="inputs" ftype="wig" value="transit-in1-rep1.wig,transit-in1-rep2.wig" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
39 <param name="controls" ftype="wig" value="transit-co1-rep1.wig,transit-co1-rep2.wig,transit-co1-rep3.wig" /> |
2
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
40 <param name="annotation" ftype="tabular" value="transit-in1.prot" /> |
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
41 <param name="samples" value="1000" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
42 <param name="replicates" value="Replicates" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
43 <output name="sites" file="resampling-sites1.txt" ftype="tabular" compare="sim_size" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
44 </test> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
45 </tests> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
46 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
47 <help> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
48 <![CDATA[.. class:: infomark |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
49 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
50 **What it does** |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
51 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
52 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
53 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
54 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
55 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. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
56 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
57 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. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
58 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
59 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
60 Note : Can be used for both Himar1 and Tn5 datasets |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
61 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
62 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
63 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
64 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
65 **Inputs** |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
66 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
67 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
68 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
69 Input files for Resampling need to be: |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
70 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
71 - .wig files : Tabulated files containing one column with the TA site coordinate and one column with the read count at this site. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
72 - annotation .prot_table : Annotation file generated by the `Convert Gff3 to prot_table for TRANSIT` tool. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
73 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
74 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
75 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
76 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
77 **Parameters** |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
78 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
79 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
80 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
81 Optional Arguments: |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
82 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
83 -s <integer> := Number of samples. Default: 10000 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
84 -n <string> := Normalization method. Default: TTR |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
85 -h := Output histogram of the permutations for each gene. Default: Off. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
86 -a := Perform adaptive resampling. Default: Off. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
87 -ez := Exclude rows with zero accross conditions. Default: Off |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
88 --pc := Pseudocounts to be added at each site. Default: 0 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
89 -l := Perform LOESS Correction; Helps remove possible genomic position bias. Default: Off. |
3
0e0618c96ca4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit bd061799ebd49ada1a666d0815720c18291728da"
iuc
parents:
2
diff
changeset
|
90 -r <string> := How to handle replicates. Sum, Mean. Default: -r Mean |
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
91 --iN <float> := Ignore TAs occuring at given fraction of the N terminus. Default: 0.0 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
92 --iC <float> := Ignore TAs occuring at given fraction of the C terminus. Default: 0.0 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
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. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
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. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
95 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
96 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
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: |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
98 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
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. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
100 - Output Histograms:Determines whether to output .png images of the histograms obtained from resampling the difference in read-counts. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
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. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
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). |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
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. |
2
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
104 - TTR (Default) : Trimmed Total Reads (TTR), normalized by the total read-counts (like totreads), but trims top and bottom 5% of read-counts. This is the recommended normalization method for most cases as it has the beneffit of normalizing for difference in saturation in the context of resampling. |
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
105 - nzmean : Normalizes datasets to have the same mean over the non-zero sites. |
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
106 - totreads : Normalizes datasets by total read-counts, and scales them to have the same mean over all counts. |
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
107 - zinfnb : Fits a zero-inflated negative binomial model, and then divides read-counts by the mean. The zero-inflated negative binomial model will treat some empty sites as belonging to the “true” negative binomial distribution responsible for read-counts while treating the others as “essential” (and thus not influencing its parameters). |
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
108 - quantile : Normalizes datasets using the quantile normalization method described by Bolstad et al. (2003). In this normalization procedure, datasets are sorted, an empirical distribution is estimated as the mean across the sorted datasets at each site, and then the original (unsorted) datasets are assigned values from the empirical distribution based on their quantiles. |
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
109 - betageom : Normalizes the datasets to fit an “ideal” Geometric distribution with a variable probability parameter p. Specially useful for datasets that contain a large skew. See Beta-Geometric Correction . |
335197e8f75e
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit f63413d629e4de3c69984b3a96ad8ccfe0d47ada"
iuc
parents:
0
diff
changeset
|
110 - nonorm : No normalization is performed. |
0
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
111 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
112 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
113 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
114 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
115 **Outputs** |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
116 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
117 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
118 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
119 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. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
120 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
121 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
122 ============================================= ======================================================================================================================== |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
123 **Column Header** **Column Definition** |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
124 --------------------------------------------- ------------------------------------------------------------------------------------------------------------------------ |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
125 Orf Gene ID |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
126 Name Gene Name |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
127 Desc Gene Description |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
128 N Number of TA sites in the gene. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
129 TAs Hit Number of TA sites with at least one insertion. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
130 Sum Rd 1 Sum of read counts in condition 1. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
131 Sum Rd 2 Sum of read counts in condition 2. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
132 Delta Rd Difference in the sum of read counts. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
133 p-value P-value calculated by the permutation test. |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
134 p-adj. Adjusted p-value controlling for the FDR (Benjamini-Hochberg) |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
135 ============================================= ======================================================================================================================== |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
136 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
137 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
138 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
139 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
140 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
141 **More Information** |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
142 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
143 ------------------- |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
144 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
145 See `TRANSIT documentation` |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
146 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
147 - TRANSIT: https://transit.readthedocs.io/en/latest/index.html |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
148 - `TRANSIT Gumbel`: https://transit.readthedocs.io/en/latest/transit_methods.html#re-sampling |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
149 ]]></help> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
150 |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
151 <expand macro="citations" /> |
043a6feaa8bc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/transit/ commit 73c6b2baf9dda26c6809a4f36582f7cbdb161ea1
iuc
parents:
diff
changeset
|
152 </tool> |