fmicompbio / monaLisa

binned motif enrichment analysis and visualisation
https://fmicompbio.github.io/monaLisa/
GNU General Public License v3.0
36 stars 6 forks source link

make comment on problem if regions are of different length #14

Closed LukasBurger closed 3 years ago

mbstadler commented 5 years ago

There is the regionsize parameter of runHomer() that could be used in such a case to make all regions the same length. (default is regionsize="give", which will use the original regions)

mbstadler commented 3 years ago

Implemented in f27b0828