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
              Recent Advances in Sequencing Analysis Tools
              by seqadmin


              The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
              05-06-2024, 07:48 AM
            • 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...
              04-22-2024, 07:01 AM

            ad_right_rmr

            Collapse

            News

            Collapse

            Topics Statistics Last Post
            Started by seqadmin, Yesterday, 06:57 AM
            0 responses
            11 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-06-2024, 07:17 AM
            0 responses
            16 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 05-02-2024, 08:06 AM
            0 responses
            19 views
            0 likes
            Last Post seqadmin  
            Started by seqadmin, 04-30-2024, 12:17 PM
            0 responses
            24 views
            0 likes
            Last Post seqadmin  
            Working...
            X