BIMSBbioinfo / genomation

R package for genomic feature analysis and visualization
http://bioinformatics.mdc-berlin.de/genomation/
73 stars 22 forks source link

[Feature req] allow heatMeta to produce no plots #177

Open balwierz opened 6 years ago

balwierz commented 6 years ago

heatMeta invisibly returns a meta profile of a score matrix. If that is the only reason a user runs heatMeta, then the graphics produced is just a nuisance and takes time to generate.

Could you please add a "plot" argument, so that the plotting can be turned off? myMetaProfile = heatMeta(myScoreMatrix, plot=FALSE)