sartorlab / methylSig

R package for DNA methylation analysis
17 stars 5 forks source link

Bugfix for issues #3 and #4 #5

Closed rcavalcante closed 9 years ago

rcavalcante commented 9 years ago

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.

rcavalcante commented 9 years ago

First try at Pull Request. Rather harmless.