Hi, I am using Epigenome Roadmap data, and I can only find *.bed or *.wig files for mRNAseq and chipseq data (e.g. breast stem cell) for display on the genome browser. How I can get processed RPKM/FPKM expression level estimates and chipseq peak calls?
Of course, one could analyze the *.bed or*.wig files and estimate expression levels or peaks themselves, but I was wondering if processed data is already available.
Thanks, Subho
WIG is probably expression level, and BED is probably peaks. Be sure to investigate what the EpigenomeRoadmap people have to say about those files.
edit: this BED looks like raw read names, and alignments. You could construct RPKM by carefully counting reads found at exon sites, or chipseq peaks at promoter regions. The WIG looks like read depth, so you can ignore that.
I am not sure if that is the case. By looking at the first few lines of the files, I think the bed files provide info about individual mapped reads, while wig file provides depth of coverage at a per-bp basis.