comparison chipeakanno_annopeaks.xml @ 2:ad60ed89de63 draft

planemo upload for repository https://github.com/kpbioteam/chipeakanno_annopeaks commit 5b7c2e824bb5cc85bf8711eca1cc94c68998ebb2-dirty
author kpbioteam
date Wed, 02 May 2018 11:04:20 -0400
parents a90b6d85463c
children 76b9c7ea15d5
comparison
equal deleted inserted replaced
1:a90b6d85463c 2:ad60ed89de63
30 <param name="input4" value="5000"/> 30 <param name="input4" value="5000"/>
31 <output name="output1" file="annoTab.txt"/> 31 <output name="output1" file="annoTab.txt"/>
32 </test> 32 </test>
33 </tests> 33 </tests>
34 <help><![CDATA[ 34 <help><![CDATA[
35 This tool annotate peaks from GRSet class. 35 This tool annotate peaks from bed file.
36 bindingType 36 bindingType
37 Specifying the criteria to associate peaks with annotation. Here is how to use it together with the parameter bindingRegion 37 Specifying the criteria to associate peaks with annotation. Here is how to use it together with the parameter bindingRegion
38 To obtain peaks within 5kb upstream and up to 3kb downstream of TSS within the gene body, set bindingType = "startSite" and bindingRegion = c(-5000, 3000) 38 To obtain peaks within 5kb upstream and up to 3kb downstream of TSS within the gene body, set bindingType = "startSite" and bindingRegion = c(-5000, 3000)
39 To obtain peaks up to 5kb upstream within the gene body and 3kb downstream of gene/Exon End, set bindingType = "endSite" and bindingRegion = c(-5000, 3000) 39 To obtain peaks up to 5kb upstream within the gene body and 3kb downstream of gene/Exon End, set bindingType = "endSite" and bindingRegion = c(-5000, 3000)
40 To obtain peaks from 5kb upstream to 3kb downstream of genes/Exons , set bindingType = "fullRange" and bindingRegion = c(-5000, 3000) 40 To obtain peaks from 5kb upstream to 3kb downstream of genes/Exons , set bindingType = "fullRange" and bindingRegion = c(-5000, 3000)