Issue #3: Any methylation difference that is < 0.01 is coerced to 0 in
methlySigCalc(…). This should remove scientific notation from this
column.
Issue #4: Try to remove scientific notation in chromosome positions
from methylSigCalc(…) by wrapping start and end columns in
as.integer(…) when methylSigDiff object is created.
Issue #3: Any methylation difference that is < 0.01 is coerced to 0 in methlySigCalc(…). This should remove scientific notation from this column.
Issue #4: Try to remove scientific notation in chromosome positions from methylSigCalc(…) by wrapping start and end columns in as.integer(…) when methylSigDiff object is created.