Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • 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?

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

    Comment


    • #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


      • #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


        • #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


          • #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

            • seqadmin
              Essential Discoveries and Tools in Epitranscriptomics
              by seqadmin


              The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist on Modified Bases...
              Yesterday, 07:01 AM
            • seqadmin
              Current Approaches to Protein Sequencing
              by seqadmin


              Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
              04-04-2024, 04:25 PM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, 04-11-2024, 12:08 PM
            0 responses
            55 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 10:19 PM
            0 responses
            52 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-10-2024, 09:21 AM
            0 responses
            45 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-04-2024, 09:00 AM
            0 responses
            55 views
            0 likes
            Last Post seqadmin  
            Working...
            X