Header Leaderboard Ad

Collapse

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

Collapse

Announcement

Collapse

SEQanswers June Challenge Has Begun!

The competition has begun! We're giving away a $50 Amazon gift card to the member who answers the most questions on our site during the month. We want to encourage our community members to share their knowledge and help each other out by answering questions related to sequencing technologies, genomics, and bioinformatics. The competition is open to all members of the site, and the winner will be announced at the beginning of July. Best of luck!

For a list of the official rules, visit (https://www.seqanswers.com/forum/sit...wledge-and-win)
See more
See less
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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, 06-01-2023, 08:56 PM
    0 responses
    9 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 06-01-2023, 07:33 AM
    0 responses
    8 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-31-2023, 07:50 AM
    0 responses
    4 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-26-2023, 09:22 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Working...
    X