0
|
1 <tool id="SNPs" name="SNPs" version="1.16.2">
|
|
2 <requirements>
|
1
|
3 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
|
0
|
4 </requirements>
|
|
5 <stdio>
|
|
6 <exit_code range="1:" />
|
|
7 </stdio>
|
|
8 <command> Rscript $__tool_directory__/findSNPs.R "$input" "$output" </command>
|
|
9 <inputs>
|
|
10 <param name="input" format="Rdata"label="GenomicRatioSet.Rdata" help="e.g. 'GSE51547'"/>
|
|
11 </inputs>
|
|
12 <outputs>
|
|
13 <data format="txt" name="output" label="SNPs.txt"/>
|
|
14 </outputs>
|
|
15 <tests>
|
|
16 <test>
|
|
17 <param name="test">
|
|
18 <element name="test-data">
|
|
19 <collection type="data">
|
|
20 <element format="Rdata" name="input" label="test-data/GenomicRatioSet.Rdata"/>
|
|
21 </collection>
|
|
22 </element>
|
|
23 </param>
|
|
24 <output format="txt" name="output" label="test-data/findSNP.txt"/>
|
|
25 </test>
|
|
26 </tests>
|
|
27 <help>
|
|
28 **What it does**
|
|
29 SNPs inside the probe body or at the nucleotide extension can have important consequences on the downstream analysis, these tool offers the possibility to remove such probes
|
|
30 **Input**
|
|
31 GenomicRatioSet object e.g. output from getGRsetFromGEO tool
|
|
32 **Output**
|
|
33 Text file with columns containing the SNP information about the probes
|
|
34 </help>
|
|
35 <citations>
|
|
36 <citation type="doi">10.1093/bioinformatics/btu049</citation>
|
|
37 </citations>
|
|
38 </tool>
|