Closed rcavalcante closed 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.
bedGraphToBigWig
Fixed with commit e153b3f6cc02761ff6f2515876e880aca8225058 in devel branch.
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.