xryanglab / xtail

Genome-wide assessment of differential translations with ribosome profiling data
GNU General Public License v3.0
17 stars 18 forks source link

xtail plotFCs() function omits ylim value #5

Closed kf335 closed 8 years ago

kf335 commented 8 years ago

Modified line 63 in the plotFCs() function in the plots.R script (Xtail version 1.1.5). The internal plot call omitted the user-specified 'ylim' argument, so if a user passed a 'ylim' value to the Xtail plotFCs function, it would have no effect on the actual graph. Fixed this by adding the "ylim=ylim" argument in line 63.

To test this bug, try using the plotFCs() function without specifying ylim, and then with ylim=1. You will see that originally, there was no effect on the graph when you tried manually setting ylim. This has been corrected here.