Hi, i would like to convert a bedgraph document to wig format for downstream data analyisis for which I require a wig file.
I have it in the format:
| track name=CD6_1_RPMs description="read per million" type=bedGraph |
| chr1 3005880 3006265 0.788085378200589 |
| chr1 3006269 3014101 0.788085378200589 |
|
Its from a 4c-seq RPM normalized counts and the coordinates represent fragments generated from RE digestion. Is it possible to do this with Bioconductor? Thank you very much! |

Thank you very much! It was very helpful!