Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • SuzuBell
    Member
    • Nov 2013
    • 22

    Determine mapping percentage from .fastq file

    Is it possible to obtain the mapping percent from .fastq file?

    If I do the following:

    grep "@HISEQ" -c file.fastq

    I believe I obtain the number of sequences. Can this be used to determine the mapping rate without needing a .bam or .sam file?
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    No. Unless the data is mapped to a reference you would not be able to determine the mapping percentage. The % will change depending on the reference you use and/or options you choose for the aligner.

    If for some reason you do not wish to create an alignment file you could use bbmap.sh from BBMap suite to get alignment statistics by not providing an "out=" file that would normally store the alignments. You can also sample a set fraction of reads (using "reads=1000000") option to get an idea of what the alignment percentage may be like.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-09-2026, 11:58 AM
    0 responses
    22 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    29 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    39 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    61 views
    0 reactions
    Last Post SEQadmin2  
    Working...