Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Jamawoko
    Junior Member
    • Oct 2012
    • 3

    How to decide whether a hit is unique or not?

    Hi, maybe it is a trivial question but I did not find a satisfactory answer at the forum. How can you decide by score or other evaluation values whether a hit is unique or not?

    I have this example (from BLAT output):
    matches
    query size
    chromosome
    2440
    2524
    11
    31
    2524
    10

    Is that a unique hit because the matches of the first hit are much more than the matches of the second hit?
    For example, is there a rule that you can say the hit is unique because the score of the second best hit is lower than 90 % of the best hit score or something?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    What BLAT parameters were you using for this search?

    Comment

    • Jamawoko
      Junior Member
      • Oct 2012
      • 3

      #3
      I used Ilumina data, did a bit cleaning with fastq, assembled it with Inchworm RNA-Seq Assembler, deleted all contigs which were short than 200 and did a run with gfClient from BLAT package. The input was a fasta File and I aligned it against a nib directory containing all human chromosomes. I used no further parameters.

      Comment

      • Richard Finney
        Senior Member
        • Feb 2009
        • 701

        #4
        Select a cutoff for matches; i.e. matches must be a certain percentage of query size, e.g. 96%. Additional filters would be number of inserts and count of inserted bases (if genomic, don't use if RNAseq and splices expected). Playing around with the cutoffs should give you the answers you want.
        This is easy to do by writing a simple awk or perl script. The exact cutoffs you want are going to be based on the noise level of your data.

        After filtering you can determine whether your read maps to only one location on the genome by counting the number of occurrences of the read in your psl (blat output format) output.

        Comment

        • GenoMax
          Senior Member
          • Feb 2008
          • 7142

          #5
          Originally posted by Jamawoko View Post
          I used Ilumina data, did a bit cleaning with fastq, assembled it with Inchworm RNA-Seq Assembler, deleted all contigs which were short than 200 and did a run with gfClient from BLAT package. The input was a fasta File and I aligned it against a nib directory containing all human chromosomes. I used no further parameters.
          If you used the gfClient then these are the parameters you likely used: http://genome.ucsc.edu/FAQ/FAQblat.html#blat5

          Default settings for the blat program for other options are described on this page: http://genome.ucsc.edu/goldenPath/help/blatSpec.html

          Richard Finney has already given some pointers on what parameters to change.

          Comment

          • Jamawoko
            Junior Member
            • Oct 2012
            • 3

            #6
            Thanks to both of you. Your answers helped me a lot.
            So you mean there is no specific general rule to decide whether a hit is unique or not. It all depends on how you set the program parameters you want to make referring to the data you are analysing.

            Comment

            Latest Articles

            Collapse

            • 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
            • SEQadmin2
              Cancer Drug Resistance: The Lingering Barrier to Rising Survival
              by SEQadmin2



              Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

              There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
              07-08-2026, 05:17 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by SEQadmin2, 07-24-2026, 12:17 PM
            0 responses
            16 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-23-2026, 11:41 AM
            0 responses
            18 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-20-2026, 11:10 AM
            0 responses
            24 views
            0 reactions
            Last Post SEQadmin2  
            Started by SEQadmin2, 07-13-2026, 10:26 AM
            0 responses
            37 views
            0 reactions
            Last Post SEQadmin2  
            Working...