The command I used is the basic one:
ngs.plot.r -G mm9 -R bed -C configuration-file.txt -O outputfile.txt
I loaded heatmap.RData and it does have the parameters. So thank you for that!
Do you know what the difference between flood.q or flood.frac is? My file only contains flood.frac anyways and it is 0.02. So does that translate to 98th percentile of values that are included in the plot?
which command are you using and did you check the help section/documentation of that function? Most likely, there's some pruning of extreme values so that the dynamic range is not dominated by outliers with very high or very low numbers, but there may also be some z-score normalization or the like going on.
To follow up on this, this is what the
plotheatfunction seems to do under the hood:Code from here. Disclaimer: I've never used that package so there may be additional intricacies.
I'm looking at the code, but I'm not able to tell exactly parameter is used as the cutoff limit. Could you shed some light on this?
The function I'm using within the program:
https://github.com/shenlab-sinai/ngsplot/blob/develop/bin/ngs.plot.r
what's the command you're typing?
cut-off parameter: flood.q