I am importing a large fcs file (flow cytometry) into R.
when looking at the values for one of the columns, I notice that all the high values are squashed to 262144.0 ( = 2^18). Is there a way I can tell R to use longer bits for its doubles?
I am importing a large fcs file (flow cytometry) into R.
when looking at the values for one of the columns, I notice that all the high values are squashed to 262144.0 ( = 2^18). Is there a way I can tell R to use longer bits for its doubles?