Hello guys, I downloaded some raw RNA-seq data from GEO, but they came in the bedgraph format with the counts. I would like to transform that bedgraph into gene counts to analyze in DESeq2. Does anyone know how to do this?
chr1 14322 14350 2.34
chr1 14350 14351 3.51
chr1 14351 14358 4.68
chr1 14358 14360 8.19
chr1 14360 14361 9.36
chr1 14361 14364 12.87
Thank you!
RNA-seq is based on integer counts so a file with floats cannot be raw data. Better download raw fastq files and analyze yourself. For raw data see e.g. Fast download of FASTQ files and metadata from the European Nucleotide Archive (ENA)