guigolab / ggsashimi

Command-line tool for the visualization of splicing events across multiple samples
MIT License
122 stars 42 forks source link

Sashimi plot read counts (above curves) #35

Closed hongsilv closed 4 years ago

hongsilv commented 4 years ago

Hi, I'm curious about the meaning of numbers plotted above the curves (splice junction reads).

for single samples, the number seems to match the count of splice junction reads. (something like 206, 159.. ) image

But if I input multiple samples (4 samples) in one group and draw sashimi plot, the numbers get extremely huge. (something like : 347,142,108,206). It is definitely not the sum of junction read counts in 4 samples. I wonder what those huge numbers mean.

image

Thanks!

emi80 commented 4 years ago

Hi @hongsilv,

what you see is not a big number but rather a comma separated list of counts corresponding to each input sample. I understand it might be confusing as each number has three digits and the comma looks as the thousands separator. You can also aggregate these numbers and the density plot (e.g. as the mean value) using the -A command line option.

Hope it helps