| 1 | <tool id="rgTDT1" name="Transmission Distortion:"> |
|---|
| 2 | <code file="rgTDT_code.py"/> |
|---|
| 3 | |
|---|
| 4 | <description>for family data</description> |
|---|
| 5 | |
|---|
| 6 | <command interpreter="python"> |
|---|
| 7 | rgTDT.py -i '$i.extra_files_path/$i.metadata.base_name' -o '$title1' |
|---|
| 8 | -r '$out_file1' -l '$logf' -g '$gffout' |
|---|
| 9 | </command> |
|---|
| 10 | |
|---|
| 11 | <inputs> |
|---|
| 12 | <param name="i" type="data" label="Genotypes for analysis from your current history datasets" |
|---|
| 13 | size="132" format="pbed" /> |
|---|
| 14 | <param name='title1' type='text' value='rgTDT' size="80"/> |
|---|
| 15 | </inputs> |
|---|
| 16 | |
|---|
| 17 | <outputs> |
|---|
| 18 | <data format="tabular" name="out_file1" /> |
|---|
| 19 | <data format="gff" name="gffout" /> |
|---|
| 20 | <data format="txt" name="logf" /> |
|---|
| 21 | </outputs> |
|---|
| 22 | |
|---|
| 23 | <tests> |
|---|
| 24 | <test> |
|---|
| 25 | <param name='i' value='tinywga' ftype='pbed' > |
|---|
| 26 | <metadata name='base_name' value='tinywga' /> |
|---|
| 27 | <composite_data value='tinywga.bim' /> |
|---|
| 28 | <composite_data value='tinywga.bed' /> |
|---|
| 29 | <composite_data value='tinywga.fam' /> |
|---|
| 30 | <edit_attributes type='name' value='tinywga' /> |
|---|
| 31 | </param> |
|---|
| 32 | <param name='title1' value='rgTDTtest1' /> |
|---|
| 33 | <output name='out_file1' file='rgTDTtest1_TDT.xls' ftype='tabular' compare="diff"/> |
|---|
| 34 | <output name='gffout' file='rgTDTtest1_TDT_topTable.gff' ftype='gff' compare="diff" /> |
|---|
| 35 | <output name='logf' file='rgTDTtest1_TDT_log.txt' ftype='txt' lines_diff='79'/> |
|---|
| 36 | </test> |
|---|
| 37 | </tests> |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | <help> |
|---|
| 41 | |
|---|
| 42 | .. class:: infomark |
|---|
| 43 | |
|---|
| 44 | **Attribution** |
|---|
| 45 | |
|---|
| 46 | This tool relies on the work of many people. It uses Plink http://pngu.mgh.harvard.edu/~purcell/plink/ for |
|---|
| 47 | analysis, and the R http://cran.r-project.org/ for graphics respectively. |
|---|
| 48 | |
|---|
| 49 | This implementation is a Galaxy tool wrapper around these third party applications. |
|---|
| 50 | It was originally designed and written for family based data from the CAMP Illumina run of 2007 by |
|---|
| 51 | ross lazarus (ross.lazarus@gmail.com) and incorporated into the rgenetics toolkit. |
|---|
| 52 | |
|---|
| 53 | Rgenetics merely exposes them, wrapping Plink so you can use it in Galaxy. |
|---|
| 54 | |
|---|
| 55 | ----- |
|---|
| 56 | |
|---|
| 57 | .. class:: infomark |
|---|
| 58 | |
|---|
| 59 | **Syntax** |
|---|
| 60 | |
|---|
| 61 | - **Genotype file** is the input family data chosen from available library compressed files |
|---|
| 62 | - **Format** determines how your data will be returned to your Galaxy workspace - the gg format is strongly recommended |
|---|
| 63 | |
|---|
| 64 | ----- |
|---|
| 65 | |
|---|
| 66 | .. class:: infomark |
|---|
| 67 | |
|---|
| 68 | **Summary** |
|---|
| 69 | |
|---|
| 70 | This tool will perform the standard transmission distortion analyses suitable for |
|---|
| 71 | nuclear families and a simple binary "affected" phenotype |
|---|
| 72 | |
|---|
| 73 | If you don't see the genotype data set you want here, it can be imported using one of the methods available from |
|---|
| 74 | the Galaxy Get Data tool page. |
|---|
| 75 | |
|---|
| 76 | Outputs will include a GFF toptable with a link to view at UCSC if you want to see your |
|---|
| 77 | results as a fully fledged UCSC track. |
|---|
| 78 | |
|---|
| 79 | Finally, if you can't live without |
|---|
| 80 | spreadsheet data, choose the .xls tab delimited format. It's not a stupid binary excel file. Just a plain old tab delimited |
|---|
| 81 | one with a header. Fortunately excel is dumb enough to open these without much protest. |
|---|
| 82 | |
|---|
| 83 | |
|---|
| 84 | </help> |
|---|
| 85 | </tool> |
|---|