Author Topic: BEDOPS Closest feature help  (Read 4781 times)

shewalesj

  • Newbie
  • *
  • Posts: 1
BEDOPS Closest feature help
« on: November 18, 2015, 02:46:21 PM »
Hello Everyone,

i've got an output file from RnBeads, an R package, with differentially methylated regions. None of these regions actually come with gene IDs. I'm trying to use the BEDOPS closest feature to get the closest gene ID in comparison to my dataset excel file. I'm unable to do this successfully. Everytime i run the closest features command, the output file i get shows that none of my locations fell within the reference file? I'm assuming this since within the last column, every row ends with "|NA".

My question is, what am i doing wrong? Are my files in the wrong format? Did i download the correct file from ensembl? why are none of my regions of interest returning the closest region?


I've attached the following files.
1. tiling_fourm.xlsx <-- This excel file is what i'm trying to get the closest gene locations of.
2. tiling_forum.bed <-- Removed the first row (headings). I've taken the chromosome, start, and end column, saved it as a tab delimited txt file and changed the extension to .bed
3. hg19.bed <-- this is the reference file (analogous to the <inputfile> within the bedops closest features user guide page. This file i've created by going to https://genome.ucsc.edu/cgi-bin/hgTables and then selecting the following features: Clade: Human, genome: Human, assembly: feb2009grch37/hg19, group: mapping and sequencing, Track: UCSC Genes, table:known gene, region: genome, output format: select fields from primary and related tables. Then the fields selected were Chrom, chrinstart and chromend.
4. outputforum.txt <-- this is the result file i get after running the following cmd: losest-features --closest hg19.bed tiling_forum.bed > outputforum.txt .

As you can see the file thats produced contains the last column with values that end in "|NA" as in not mapped? I'm assuming?

If you anyone could help me out, it would be greatly appreciated.

thanks,

AlexReynolds

  • Administrator
  • Jr. Member
  • *****
  • Posts: 72
Re: BEDOPS Closest feature help
« Reply #1 on: November 18, 2015, 03:52:42 PM »
Please see my response here: https://www.biostars.org/p/166413/#166415

Basically, your input files need just a little cleaning before they can be used as BED files.