comparison chipeakanno_annopeaks.xml @ 3:6f52c0dc56d4 draft

Uploaded
author kpbioteam
date Fri, 10 May 2019 06:45:34 -0400
parents 95ad07b229df
children 104882a2de00
comparison
equal deleted inserted replaced
2:ac0a8f22d815 3:6f52c0dc56d4
33 write.table(anno, file= '$tab', quote = FALSE, row.names = FALSE, sep = "\t") 33 write.table(anno, file= '$tab', quote = FALSE, row.names = FALSE, sep = "\t")
34 ]]> 34 ]]>
35 </configfile> 35 </configfile>
36 </configfiles> 36 </configfiles>
37 <inputs> 37 <inputs>
38 <param type="data" name="dmp" format="interval" label="Differentially Methylated Data"/> 38 <param type="data" name="dmp" format="interval" label="Differentially Methylated Positions"/>
39 <param name="type" type="select" label="bindingType" help="Specifying the criteria to associate peaks with annotation e.g. startSite start position of the feature strand"> 39 <param name="type" type="select" label="bindingType" help="Specifying the criteria to associate peaks with annotation e.g. startSite start position of the feature strand">
40 <option value="startSite">startSite</option> 40 <option value="startSite">startSite</option>
41 <option value="endSite">endSite</option> 41 <option value="endSite">endSite</option>
42 <option value="fullRange">fullRange</option> 42 <option value="fullRange">fullRange</option>
43 <option value="nearestBiDirectionalPromoters">nearestBiDirectionalPromoters</option> 43 <option value="nearestBiDirectionalPromoters">nearestBiDirectionalPromoters</option>