Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • converted TCGA file to bed format but it doesn't want to be read in R

    I used a tool to download TCGA data and convert it into BED format it is called TCGA2BED https://bmcbioinformatics.biomedcent...859-016-1419-5

    when i open the bed file it looks like this

    chr1 61735 2448306 * 486 0.0678 N
    chr1 2449711 2501338 * 22 0.5571 N
    chr1 2503034 2959610 * 142 0.0025 N
    chr1 2960410 3058370 * 32 0.3827 N
    chr1 3068646 21751244 * 11226 -0.0042 N

    the data type of this file is CNV so I am trying now to map genome regions to gene symbols in CNV files . I downloaded the RefSeq gene coordinates in bed format from USCS. i am now trying to use R (bedr package) to intersect the regions. I am using function import in rtracklayer to read the files

    a=import("/Users/sarayones/Downloads/TCGA_LAML/CNV/CNVoutputBed/MyFile.bed", format="bed")

    When I try to read the converted TCGA bed file (in the above format) using import it gives me this error
    Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, :
    scan() expected 'an integer', got 'N'

    I validated that the converted file is correct using bed-ops
    bedops --ec --everything "/Users/sarayones/Downloads/TCGA_LAML/CNV/CNVoutputBed/MyFile.bed" 1> /dev/null

    and it didn't give any error but I am kind of doubtful that there is something wrong with the format. Any advices?

  • #2
    Hi Sara,

    That error seems to suggest that the 7th column of your BED file should be a number (i.e. an integer) rather than the letter "N". Maybe you could remove the Ns and try again?

    I also thought that one of those columns should indicate the strand (+ or -), but I can't see that in your file. So there might be some other things wrong with the conversion..

    Good luck!

    Matt.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Techniques and Challenges in Conservation Genomics
      by seqadmin



      The field of conservation genomics centers on applying genomics technologies in support of conservation efforts and the preservation of biodiversity. This article features interviews with two researchers who showcase their innovative work and highlight the current state and future of conservation genomics.

      Avian Conservation
      Matthew DeSaix, a recent doctoral graduate from Kristen Ruegg’s lab at The University of Colorado, shared that most of his research...
      03-08-2024, 10:41 AM
    • seqadmin
      The Impact of AI in Genomic Medicine
      by seqadmin



      Artificial intelligence (AI) has evolved from a futuristic vision to a mainstream technology, highlighted by the introduction of tools like OpenAI's ChatGPT and Google's Gemini. In recent years, AI has become increasingly integrated into the field of genomics. This integration has enabled new scientific discoveries while simultaneously raising important ethical questions1. Interviews with two researchers at the center of this intersection provide insightful perspectives into...
      02-26-2024, 02:07 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 03-14-2024, 06:13 AM
    0 responses
    33 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 03-08-2024, 08:03 AM
    0 responses
    72 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 03-07-2024, 08:13 AM
    0 responses
    81 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 03-06-2024, 09:51 AM
    0 responses
    68 views
    0 likes
    Last Post seqadmin  
    Working...
    X