annotate offtarget.xml @ 0:b194112c15d3 draft default tip

Uploaded
author mkim8
date Fri, 14 Mar 2014 10:55:19 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
1 <tool id="sirna_offtarget" name="DecoRNAi">
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
2 <description></description>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
3 <command interpreter="sh">offtarget_wrapper.sh $input_file $seed $strand $lambda $library $str $sig $output</command>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
4 <inputs>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
5 <param name="input_file" type="data" format="txt" label="Input File" help="CSV File containing responce variables and siRNA sequence data."/>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
6 <param name="strand" type="select" label="Strand Orientation for Analysis" help="Specify which strand orientation for Analysis.">
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
7 <option value="sense">Sense</option>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
8 <option value="antisense">AntiSense</option>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
9 <option value="both" selected="true">Both</option>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
10 </param>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
11 <param name="lambda" type="float" value="0.001" label="Lambda Value" help="Penalty parameter used in model."/>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
12 <param name="seed" type="integer" value="2" label="Seed" min="1" max="14" help="Range: 1-14 Specify the seed region to be used."/>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
13 <param name="library" type="select" label="siRNA Library to use" help="Specify siRNA library. Default is custom which requires user input sequences.">
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
14 <option value="custom" selected="true">Custom</option>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
15 <option value="ambion">Ambion</option>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
16 <option value="new_dharmacon">Dharmacon 2005</option>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
17 <option value="old_dharmacon">Dharmacon 2009</option>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
18 </param>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
19 <param name="str" type="integer" value="1" label="Strength of Seed-Linked Effect." min="1" help="Specify cutoff for strength of seed-linked effect. Must be positive value."/>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
20 <param name="sig" type="float" value="0.01" label="Significance P-Value" help="Specify cutoff for significance (P-value)."/>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
21 </inputs>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
22 <outputs>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
23 <data format="zip" name="output" />
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
24 </outputs>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
25
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
26 <requirements>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
27 <requirement type="package" version="2.15.1">R</requirement>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
28 </requirements>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
29
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
30 <help>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
31
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
32 **Description**
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
33
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
34 High-throughput RNAi screening has been widely used in a spectrum of biomedical research and made it possible to study functional genomics. However, a challenge for authentic biological interpretation of large-scale siRNA or shRNA-mediated loss-of-function studies is the biological pleiotropy resulting from multiple modes of action of siRNA and shRNA reagents. A major confounding feature of these reagents is the microRNA-like translational quelling that can result from short regions (~6 nucleotides) of oligonucleotide complementarity to many different mRNAs. To help identify and correct miRNA-mimic off-target effects, we have developed DecoRNAi (deconvolution analysis of RNAi screening data) for automated quantitation and annotation of microRNA-like off-target effects in primary RNAi screening data sets. DecoRNAi can effectively identify and correct off-target effects from primary screening data and provide data visualization for study and publication. DecoRNAi contains pre-computed seed sequence families for 3 commonly employed commercial siRNA libraries. For custom collections, the tool will compute seed sequence membership from a user-supplied reagent sequence table. All parameters are tunable and output files include global data visualization, the identified seed family associations, the siRNA pools containing off-target seed families, corrected z-scores and the potential miRNAs with phenotypes of interest.
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
35
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
36
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
37 ------
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
38
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
39 **Manual**
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
40
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
41 Manual.pdf_
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
42
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
43 .. _Manual.pdf: http://galaxy.qbrc.org/static/DecoRNAi_Manual.pdf
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
44
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
45
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
46 ------
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
47
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
48 **Parameters**
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
49
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
50 *Input File*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
51 Name of input file for analysis. This file should contain Gene ID (for example, Gene Entrez ID name), normalized screening data and sense strand siRNA sequences. Default format is a csv (comma separated value) file, in which the first column contains Gene ID name, the second column contains normalized screening data and the following columns are the sense strand siRNA sequences (one sequence per column, i.e., for example, there would be 4 separate sequence columns if 4 oligos are present in a pool). See the user’s manual for details.
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
52
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
53 *Strand*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
54 For identification and quantification of off-target effects, DecoRNAi can employ sense strand only, antisense strand only or both strands. The default setting is using both strands.
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
55
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
56 *Lambda*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
57 Penalty parameter in the model for identification of off-target effects. Default is 0.001.
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
58
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
59 *Seed*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
60 Specify which hexamer is used to define the seed sequence for analysis. For the most part, a siRNA oligo contains 21 nt. We can therefore assign any of 14 different hexamers as the seed sequence. For example, 1 means nucleotides 5’ 1~6 hexamer and 2 means nucleotides 5’ 2~7 hexamer and etc. Default is 2.
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
61
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
62 *Library*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
63 Users can specify the siRNA library for analysis. Seed families are pre-computed for the Dharmacon siGenome (version history 0), Dharmacon siGenome (version history 2), and Ambion. Gene Entrez ID is necessary to map between input data and stored sequences. Users can also upload custom library-wide sequence information for each oligonucleotide or processed siRNA, in which case Gene ID is free of format and type. Default is Custom.
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
64
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
65 *Strength of seed-linked effect*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
66 Users can specify the cutoff for strength of seed-linked effect. Must be positive value and default is 1. A smaller value will select more off-target seed families.
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
67
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
68 *Significance (P value)*
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
69 Users can specify the cutoff for significance (P value). Default is 0.01. In summary report, False Discovery Rate (FDR) will be provided to control multiple testing issues. .
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
70
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
71
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
72 ------
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
73
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
74 **Author**
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
75 Rui Zhong. For any suggestions or inquiries please contact rui.zhong@utsouthwestern.edu
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
76 </help>
b194112c15d3 Uploaded
mkim8
parents:
diff changeset
77 </tool>