![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is it possible to convert a SNP.txt to a bed file or get a SNP.bed from samtools? | Ling | Bioinformatics | 7 | 04-02-2015 06:17 AM |
Updated How to convert .txt file to .bed .GFF or .BAR file format, | forevermark4 | Bioinformatics | 2 | 06-30-2014 05:02 AM |
TopHat file.bam file.bed join | Trudy | Bioinformatics | 1 | 05-21-2013 11:59 AM |
Converting Dindel VCF file to GATK BED file | MolecularToast | Bioinformatics | 2 | 09-24-2011 06:38 PM |
How to convert eland file to BED format | huo | Bioinformatics | 1 | 01-19-2011 10:43 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: SAN FRANCISCO Join Date: Dec 2011
Posts: 4
|
![]()
Hi Everyone,
I have 2 questions and would very much appreciate anyone's input: 1. Is there a BED file format validator? A tool or a java package perhaps available online to download? 2. Does a BED file have to be sorted by chromosome and position starting from the first line? I checked the UCSC Genomic browser website for BED file format specification and there doesn't seem to be a requirement for this, but wanted to double check here. Thank you, Laura |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Kansas City Join Date: Mar 2008
Posts: 197
|
![]()
1) Not that I know of. Try to upload it to UCSC?
2) No. Unless you're trying to do something with it that expects it to be sorted. If you need to sort, something like sort -k1,1 -k2,2n file.bed should do. |
![]() |
![]() |
![]() |
#3 |
Senior Member
Location: Denmark Join Date: Apr 2009
Posts: 153
|
![]()
Using read_bed from Biopieces (www.biopieces.org) there is a -C switch that checks integrity:
http://code.google.com/p/biopieces/wiki/read_bed |
![]() |
![]() |
![]() |
#4 |
Member
Location: Seattle, WA Join Date: Feb 2013
Posts: 45
|
![]()
If you want to validate coordinates, the BEDOPS bedops application can do this, using the --everything and --ec operators:
$ bedops --ec --everything myData.bed 1> /dev/null ... If any problems with chromosome name or coordinates are found, the details will be printed to standard error; in this example, we direct standard output to /dev/null as we're only interested in finding and reporting errors. Last edited by AlexReynolds; 05-22-2013 at 06:32 PM. |
![]() |
![]() |
![]() |
Tags |
bed file format |
Thread Tools | |
|
|