Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • lethalfang
    Member
    • Aug 2011
    • 95

    multiIntersectBed, or something like this

    Hi,

    I'm looking for overlapping regions from 3 (or more) bed files. multiIntersectBed from bedtools does that. However, I also want other features and information from those bed files be printed out. Is there a way to do that?


    multiIntersectBed shows the regions where the bed files overlap, but it does not include any features from the original bed files.

    If anyone knows a solution, I'd greatly appreciate it.

    Thanks.
  • biocomputer
    Member
    • Dec 2013
    • 62

    #2
    You might be able to use the regular Bedtools intersect which allows you to output the original entries and pipe the output to another Bedtools intersect. In other words, you'd intersect files 1+2 then intersect the result of that with 3.

    Otherwise you could script something with Perl or Python and have complete control over what gets output.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

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