Covert .BED file to probes.txt file ?
1
1
Entering edit mode
9.5 years ago
stevenlang123 ▴ 210

Does anyone know of a tool to convert a .BED file to a probes.txt file?

This file defines the chr:start-stop coordinates for the probes/targets in the exome capture. We suggest basing this off the published target files from the vendor, but a custom file may be necessary for some designs. You can download the standard probe file used in Krumm et al. here. Otherwise, the probes.txt file should be a tab-delimited file with the following header and columns:

chr start   stop    name
1   69090   70008   OR4F5
1   565876  566576  
1   801642  802733  
1   861321  861393  SAMD11
1   865534  865716  SAMD11
1   866418  866469  SAMD11
1   871151  871276  SAMD11
1   874419  874509  SAMD11
1   874654  874840  SAMD11
next-gen sequencing • 2.7k views
ADD COMMENT
0
Entering edit mode

You'd have to show us what probes.txt is supposed to look like. A BED file is just a text file, so perhaps it's already formatted for your needs.

ADD REPLY
0
Entering edit mode

Hi!

Taken from Conifer documentation:

This file defines the chr:start-stop coordinates for the probes/targets in the exome capture. We suggest basing this off the published target files from the vendor, but a custom file may be necessary for some designs. You can download the standard probe file used in Krumm et al. here. Otherwise, the probes.txt file should be a tab-delimited file with the following header and columns:

chr start   stop    name
1   69090   70008   OR4F5
1   565876  566576  
1   801642  802733  
1   861321  861393  SAMD11
1   865534  865716  SAMD11
1   866418  866469  SAMD11
1   871151  871276  SAMD11
1   874419  874509  SAMD11
1   874654  874840  SAMD11
ADD REPLY
2
Entering edit mode
9.5 years ago

Thanks for updating your post. Just take the first 3 columns of the BED file and add a header. You might need to add an empty 4th column, try it and see. You can always annotated the BED file (have a look at bedtools) if conifer complains about an empty 4th column.

ADD COMMENT
0
Entering edit mode

Thank you Devon! Your help is greatly appreciated as I am a noob at using computational tools.

ADD REPLY
0
Entering edit mode

Hey, I was wondering how you managed to solve the issue with CoNIFER and the probes.txt. Currently, I am trying to make a probes.txt for the NGS platform we use but I am not sure how to annotate to get the fourth column of genes.

So currently I only have the first 3 columns and if I try to submit that to the program, there is an error message.

ADD REPLY

Login before adding your answer.

Traffic: 2362 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