sartorlab / methylSig

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

Chromosome positions appear in scientific notation in methylSigDiff object #4

Closed rcavalcante closed 9 years ago

rcavalcante commented 9 years ago

Chromosome positions appear in scientific notation when outputting a methylSigDiff object. For example,

chr14 8.2e+07 8.2e+07 0

Similar to issue #3, this prevents converting a bedGraph file into a bigWig using bedGraphToBigWig, for visualization in the UCSC Genome Browser.

rcavalcante commented 9 years ago

Fixed with commit e153b3f6cc02761ff6f2515876e880aca8225058 in devel branch.