Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • bobvanburen
    Junior Member
    • Aug 2011
    • 1

    generating heatmaps of repeat density in genome sequences

    I am looking for a software package, or R script for generating the coordinates for a heat map of repeat density. I have a repeat library, and a table of repeat locations (via RepeatMasker), but there is some overlap between repeats. Are there any good programs that can do this? My goal is to incorporate this into a circos plot.
  • jmw86069
    Member
    • Jun 2009
    • 31

    #2
    If you convert your table of repeats into BED format, you can use BEDtools to count up the overlaps in bins across the genome. I created BED files tiled across the genome in whatever increments I wanted for the Circos plot, then used BEDtools to count up the BED features within each bin. Depending upon the detail you need, you can either use coverageBed or "intersectBed -c" to calculate the overlap counts per tile. BEDtools is also blazing fast.

    Comment

    Latest Articles

    Collapse

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 06-05-2026, 10:09 AM
    0 responses
    14 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-04-2026, 08:59 AM
    0 responses
    27 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 12:03 PM
    0 responses
    33 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 06-02-2026, 11:40 AM
    0 responses
    23 views
    0 reactions
    Last Post SEQadmin2  
    Working...