Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • clarissaboschi
    Member
    • Apr 2010
    • 63

    #1

    QTL overlap (bedtools)

    Dear all, I am trying to compare some QTL regions with specific genome regions that I have, for it I am using bedtools.
    I used before bedtools with a list of genes and it worked well, but this time I am getting the error message: "***** ERROR: too many digits/characters for integer conversion in string . Exiting...".

    My input files are:
    QTL file (with about 5,000 regions):
    Chr1 241009 241109 GROW
    Chr1 241009 241109 PLASCO
    Chr1 2095900 3104645 BW
    Chr1 2329958 2400142 AF
    Chr1 2329958 2400142 BW


    and my genomic regions input (with about 700 regions):
    Chr1 18340001 18360000
    Chr1 18350001 18370000
    Chr1 18570001 18590000
    Chr1 18960001 18980000
    Chr1 18970001 18990000
    Chr1 18980001 19000000

    I tried different command lines, and I got the same error every time (and some times I had a output until the chromosome 8, and sometimes no result):
    Code:
    intersectBed -c -a QTLfile.bed  -b regionFile.bed > outfile
    I am not sure what is the problem, I checked my files and it seems that they are ok....I tried also to increase the memory and split the chromosomes, and I also had the same error..

    thanks
    Last edited by clarissaboschi; 06-01-2016, 12:27 PM.
  • colindaven
    Senior Member
    • Oct 2008
    • 417

    #2
    Sounds like an error with your input files. MAybe the separators are wrong on one line.

    Try reading both files into R / Calc etc and doing some summary statistics. You'll probably find that there is a space not a tab on one line.

    Comment

    • clarissaboschi
      Member
      • Apr 2010
      • 63

      #3
      Thanks Colindaven, yes I was thinking that the issue is on my QTL file that I got from a database.
      I already found different issues in this file, like start position bigger than end position and also lines with no positions, but I will do more checks!

      Comment

      • pengchy
        Senior Member
        • Feb 2009
        • 116

        #4
        Originally posted by clarissaboschi View Post
        Thanks Colindaven, yes I was thinking that the issue is on my QTL file that I got from a database.
        I already found different issues in this file, like start position bigger than end position and also lines with no positions, but I will do more checks!
        Hi, the problem is caused by the redundancy of the QTL file. There are many line with the same start and end position, if you using the abbreviation as ID, there will be all the same, just like the following lines:

        Code:
        1       7232667 7273886 DRIPL   +
        1       7232667 7273886 DRIPL   +
        you can use "sort -u" to remove the redundancy.

        Another reason is the NULL position, like the following line:
        Code:
        Chr.10  Animal QTLdb    Meat_and_Carcass_Association                    .       .       .       QTL_ID=65998;Name=Juiciness score;Abbrev=JUICE;PUBMED_ID=22297614;trait_ID=65;trait=Juiciness score;breed=yorkshire;FlankMarkers;PTO_name=meat juiciness;Map_Type=Linkage;Model=Mendelian;Test_Base=-;peak_cM=73.1;Significance=Significant;P-value=0.0433;gene_ID=100517235;gene_IDsrc=NCBIgene
        Just remove these lines.
        Last edited by pengchy; 07-04-2016, 04:31 PM.

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
          by SEQadmin2



          CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

          Despite this, “CRISPR helped turn genome editing from a specialized technique into
          ...
          07-31-2026, 11:01 AM
        • SEQadmin2
          Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
          by SEQadmin2


          Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

          The systematic characterization of the human proteome has
          ...
          07-20-2026, 11:48 AM
        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 08-03-2026, 10:13 AM
        0 responses
        15 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-31-2026, 02:55 AM
        0 responses
        32 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-24-2026, 12:17 PM
        0 responses
        23 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-23-2026, 11:41 AM
        0 responses
        21 views
        0 reactions
        Last Post SEQadmin2  
        Working...