comparison MiClip.xml @ 101:4235fcb5b090 draft

Uploaded
author bgruening
date Sun, 02 Mar 2014 11:49:08 -0500
parents
children
comparison
equal deleted inserted replaced
100:d2a6bbeeb474 101:4235fcb5b090
1 <tool id="mi_clip" name="MiClip">
2 <description>Identify Binding Sites in CLIP-Seq Data</description>
3 <requirements>
4 <requirement type="binary">Rscript</requirement>
5 <requirement type="package" version="3.0.1">R_3_0_1</requirement>
6 <requirement type="package" version="1.2">miclip</requirement>
7 <requirement type="package" version="5.18.1">perl</requirement>
8 <requirement type="set_environment">MICLIP_SCRIPT_PATH</requirement>
9 </requirements>
10 <command interpreter="sh">
11 MiClip_wrapper.sh $input_file $control_file $mutation $paired $suffix $step $maxbin $model_cut $max_iter $convergence $emperical $output
12 </command>
13 <inputs>
14 <param name="input_file" type="data" format="sam" label="Input File" help="Input SAM File. Use Bam to Sam converter if Input file is in Bam format."/>
15 <param name="control_file" type="data" format="sam" optional="true" label="Control File" help="ex: Control experiment without crosslinking for distinguishing SNPs."/>
16 <param name="mutation" type="select" label="Mutation Type" display="checkboxes" multiple="true" help="Select One or Multiple Mutations.">
17 <option value="T2C" selected="true">T-&gt;C</option>
18 <option value="T2A">T-&gt;A</option>
19 <option value="T2G">T-&gt;G</option>
20 <option value="C2A">C-&gt;A</option>
21 <option value="C2T">C-&gt;T</option>
22 <option value="C2G">C-&gt;G</option>
23 <option value="A2T">A-&gt;T</option>
24 <option value="A2G">A-&gt;G</option>
25 <option value="A2C">A-&gt;C</option>
26 <option value="G2A">G-&gt;A</option>
27 <option value="G2C">G-&gt;C</option>
28 <option value="G2T">G-&gt;T</option>
29 <option value="Ins">Ins</option>
30 <option value="Del">Del</option>
31 </param>
32
33 <param name="paired" type="boolean" checked="no" truevalue="TRUE" falsevalue="FALSE" label="Sequence is Pair-End" help=""/>
34 <param name="suffix" type="text" size="20" value="Forward,Backward" label="Suffix of Paired-End Read" help="Change only if Paired-End Reads. See Manual for more details."/>
35 <param name="step" type="integer" value="5" label="Bin Step Size" help="In the first HMM, all clusters will be divided into bins of the same length of step bp."/>
36 <param name="maxbin" type="integer" value="100" label="Max Number of Reads per Bin" help="Maximum number of Reads in a Bin or on a Base."/>
37 <param name="emperical" type="text" value="auto" label="Emperical" help="Used in model fitting in the first HMM. Default is 'auto'."/>
38 <param name="model_cut" type="float" value="0.2" min="0.0" max="1.0" label="Mixure Model Cutoff" help="Cutoff for Fitting the mixture model in the Second HMM."/>
39 <param name="max_iter" type="integer" value="20" label="Max Number of HMM Iterations" help="The Maximum number of Iterations for both HMM iterations."/>
40 <param name="convergence" type="float" value="0.01" label="Convergence Cutoff" help="The Cutoff for reaching Convergence."/>
41 </inputs>
42 <outputs>
43 <data format="zip" name="output" />
44 </outputs>
45 <help>
46
47 **Description**
48
49 Cross-linking immunoprecipitation coupled with high-throughput sequencing (CLIP-Seq) has made it possible to identify targeting sites of RNA-binding proteins in various cell culture systems and tissue types on a genome-wide scale. Here we present MiClip,a novel model-based approach to identify high-confidence protein-RNA binding sites in CLIP-Seq datasets. This approach assigns confidence value to each binding site on a probabilistic basis. The MiClip package can be flexibly applied to analyze both HITS-CLIP data and PAR-CLIP data.
50
51
52 ------
53
54 **Manual**
55 GalaxyManual_
56
57 .. _GalaxyManual: http://galaxy.swmed.edu/galaxy/static/galaxy_manual.pdf
58
59 MiniClipDemo_
60
61 .. _MiniClipDemo: http://galaxy.swmed.edu/galaxy/u/tpers1/p/miniclipwalkthrough
62
63 Vignette.pdf_
64
65 .. _Vignette.pdf: http://galaxy.swmed.edu/galaxy/static/MiClip_vignette.pdf
66
67 Manual.pdf_
68
69 .. _Manual.pdf: http://galaxy.swmed.edu/galaxy/static/MiClip-manual.pdf
70
71
72 ------
73
74 **Source**
75
76 MiClip_R_Package_
77
78 .. _MiClip_R_Package: http://galaxy.swmed.edu/galaxy/static/MiClip.tar.gz
79
80 ------
81
82 **Author**
83
84 Tao Wang.
85 For any suggestions or inquiries please contact Tao.Wang@UTSouthwestern.edu
86
87
88 </help>
89 </tool>