Mercurial > repos > kpbioteam > minfi_getbeta
annotate minfi_getbeta.xml @ 4:cd6144e8c8ca draft default tip
planemo upload commit 0590dcbf1cff7e99b97e2c33e1bfe2a4d9b447aa-dirty
| author | kpbioteam |
|---|---|
| date | Wed, 27 Jun 2018 14:34:55 -0400 |
| parents | 4953a5a6c006 |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool id="minfi_getbeta" name="minfi_getbeta" version="0.1.0"> |
| 2 <description>obtain Beta value matrix</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" version="1.24.0">bioconductor-minfi</requirement> | |
| 5 </requirements> | |
| 6 <command detect_errors="exit_code"><![CDATA[ | |
| 7 Rscript ${__tool_directory__}/minfi_getbeta.R "$input1" "$output1" | |
| 8 ]]></command> | |
| 9 <inputs> | |
|
1
8bc3e950468b
planemo upload commit 44d44bee0ad74081921d6c3e74a6231ed3e9c125
kpbioteam
parents:
0
diff
changeset
|
10 <param type="data" name="input1" format="rdata" label="MethylSet"/> |
| 0 | 11 </inputs> |
| 12 <outputs> | |
|
3
4953a5a6c006
planemo upload commit 0590dcbf1cff7e99b97e2c33e1bfe2a4d9b447aa
kpbioteam
parents:
2
diff
changeset
|
13 <data name="output1" format="bedgraph" label="Beta Value"/> |
| 0 | 14 </outputs> |
| 15 <tests> | |
| 16 <test> | |
| 17 <param name="input1" value="RSet.rdata"/> | |
|
3
4953a5a6c006
planemo upload commit 0590dcbf1cff7e99b97e2c33e1bfe2a4d9b447aa
kpbioteam
parents:
2
diff
changeset
|
18 <output name="output1" file="getbeta.bedgraph"/> |
| 0 | 19 </test> |
| 20 </tests> | |
| 21 <help><![CDATA[ | |
|
4
cd6144e8c8ca
planemo upload commit 0590dcbf1cff7e99b97e2c33e1bfe2a4d9b447aa-dirty
kpbioteam
parents:
3
diff
changeset
|
22 This tools outputs a matrix of methylation indices (beta values), which are continuous values between 0 and 1 representing the ratio/fraction of the intensity of the methylated-probe signal to the total signal intensity for each probed CpG site. |
| 0 | 23 ]]></help> |
| 24 <citations> | |
| 25 <citation type="doi">10.1093/bioinformatics/btu049</citation> | |
| 26 </citations> | |
|
1
8bc3e950468b
planemo upload commit 44d44bee0ad74081921d6c3e74a6231ed3e9c125
kpbioteam
parents:
0
diff
changeset
|
27 </tool> |
