Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • rdu
    Member
    • Aug 2010
    • 29

    BLAST output parsing in R?

    Is there a package, or some special way to parse BLAST output by programming in R? Thanks.
  • NicoBxl
    not just another member
    • Aug 2010
    • 264

    #2
    the easiest way is to produce a tabular output from blast (-m 8 param I think ) and then to read this output in R with the command

    var <- read.table(out.blast , sep="\t")

    Comment

    • sdarko
      Member
      • Apr 2009
      • 52

      #3
      Use "-outfmt 6" to get tabular output from blast.

      Sam

      Comment

      • rdu
        Member
        • Aug 2010
        • 29

        #4
        Got it, thank you!

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, Yesterday, 06:09 AM
        0 responses
        16 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        34 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        41 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        48 views
        0 reactions
        Last Post SEQadmin2  
        Working...