annotate GRsetFromGEO/GRsetFromGEO.xml @ 43:efe74e8c047e draft

Uploaded
author testtool
date Mon, 07 Aug 2017 10:31:39 -0400
parents 3ee5ebb721ad
children 6f4a4bcdf385
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
1 <tool id="getGRset" name="GRsetFromGEO">
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
2 <description>downloads data from GEO</description>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
3 <requirements>
43
efe74e8c047e Uploaded
testtool
parents: 41
diff changeset
4 <requirement type="package" version="3.3.2">r-base</requirement>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
5 <requirement type="package" version="1.20.0">bioconductor-minfi</requirement>
343324c86875 Uploaded
testtool
parents: 37
diff changeset
6 <requirement type="package" version="0.6.0">bioconductor-illuminahumanmethylation450kanno.ilmn12.hg19</requirement>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
7 </requirements>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
8 <stdio>
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
9 <exit_code range="1:" />
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
10 </stdio>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
11 <command>Rscript $__tool_directory__/GRsetFromGEO.R $input output.rdata</command>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
12 <inputs>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
13 <param format="text" name="input" type="text" value="" label="Enter GSE ID." help="e.g. 'GSE51547'"/>
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
14 </inputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
15 <outputs>
40
343324c86875 Uploaded
testtool
parents: 37
diff changeset
16 <data format="rdata" name="output" label="output.rdata" />
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
17 </outputs>
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
18 <help>
30
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
19 **What it does**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
20 This R-based tool downloads data from GEO using getGEO from the GEOquery package and then returns a GenomicRatioSet object
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
21 **Input**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
22 The GSE ID of the dataset to be downloaded from GEO "e.g. 'GSE51547'"
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
23 **Output**
4f157ee63207 Uploaded
testtool
parents: 29
diff changeset
24 GenomicRatioSet object
20
40d7bdac6322 Uploaded
testtool
parents: 15
diff changeset
25 </help>
5
7511130b5068 Uploaded
testtool
parents:
diff changeset
26 </tool>