DillonHammill / CytoExploreR

Interactive Cytometry Data Analysis
60 stars 13 forks source link

Negative value on axis is incorrect #108

Closed tamaikeiichi closed 3 years ago

tamaikeiichi commented 3 years ago

Describe the bug On biexp axis in a flow cytometry graph, True signal value: negative value (e.g., -100, acquired from SONY SA3800) Displayed value on axis: positive value (e.g., 10^-2) Same results both in 1-D and 2-D plot.

To Reproduce Analyzed plot by CytoExploreR and screenshot on SA3800 software are below. cytoexplorer SA3800

Expected behavior Could you change to display the true signal value (negative number)?

Desktop (please complete the following information):

Additional context Thank you for your great packages!

DillonHammill commented 3 years ago

Well spotted! Thanks for reporting this. Looks like I put the negative sign in the wrong place. I will work on a fix tomorrow morning.

DillonHammill commented 3 years ago

@tamaikeiichi, this should now be fixed! Please pull down the latest version of CytoExploreR from the master branch:

devtools::install_github("DillonHammill/CytoExploreR")
tamaikeiichi commented 3 years ago

Thank you for your immediate response, Great work!