Thank you Devon. I have data that looks like this
chr chr_start chr_end ENSEMBL Diff_cell undiff_cell
chr2 76542036 76825604 ENSMUSG00000051747 -3.09314 7.20316
-3.093 and 7.2 are average coverage values of the differentiated cell sample and undifferentiated cell sample. Now i need to know if this gene and other genes with similar values are enriched in any GO category. Would it be right to log transform the average coverage (form bigWigAverageOverBed), calculate the fold change and use the FC to create a ranked list of genes for GSEA ? In that case, how do i log transform large negative values ?