bigWigAverageOverBed not accepting bed file
0
0
Entering edit mode
5.2 years ago
Sam ▴ 10

I'm trying to construct an IGV track that lets me visualise genome wide RNA expression level but i'm running into some problems trying to bin the data. This is what i did:

  • made a .bed file using bedtools makewindow with chrom.sizes as input
  • generated a bedgraph with bedtools genomecov
  • converted the bedgraph into bigwig with bedGraphToBigWig
  • tried to run bigWigAverageOverBed with the bed and bigwig file

then i got this error :

file genome250bp.bed doesn't appear to be in bed format. At least 4 fields required, got 3

which is rather strange, since the documentations for bed format only mentions the 1st 3 columns being required. Col 1 is my chromosome, col 2 and col 3 are are the start and end of each bin.

Thanks in advance

RNA-Seq software error sequencing alignment • 1.7k views
ADD COMMENT
1
Entering edit mode

BED has a minimum of 3 columns, which does not a tool can ask for more. $4 wold be a name field. Can be anything, like chr_start_end.

ADD REPLY

Login before adding your answer.

Traffic: 2756 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6