Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Enrichment analysis based on genetic location

    Hi everyone
    I am integrating data analysis of data from a number of methods. Therefore my identified variants have different forms: CNVs, point mutations, indels, CpGs etc.

    This, together with the fact that I wish to analyze variants located outside coding genes, complicated the use of available software.

    Does anyone know a tool which can identify enrichment based on genetic location? E.g. identify if a number of my cases have variants located to e.g. chr1:1000-2000
    The tool needs to function on different types of variants – therefore it does not work for me if it is depending on SNPs or other features depending on one method.

    An alternative approach is to annotate my variants and then evaluate for enrichment based on IDs – however this is complicated by the fact that I want to include varianmts associated with all functional elements both coding and noncoding, TF binding sites, Enhancers etc.
    Does anyone know of a tool that can handle this challenge?

  • #2
    If you have your annotations in a set of BED files, you could use the BEDOPS suite tool bedops to retrieve elements overlapping specified ranges, e.g.:

    $ echo -e "chr1\t1000\t2000" | bedops --element-of -1 annotations.bed - > annotations_overlapping_chr1:1000-2000.bed

    If you have a set of regions, say, in a file called my_regions.bed, then you can specify that directly:

    $ bedops --element-of -1 annotations.bed my_regions.bed > annotations_overlapping_my_regions.bed

    If you want both the regions and the annotations, then use the bedmap tool, e.g.:

    $ bedmap --echo --echo-map --delim '\t' my_regions.bed annotations.bed > regions_with_overlapping_annotations.bed

    The bedmap tool also does statistical analysis of mapped elements, if you have score or other data in your annotations. The documentation offers more detail.
    Last edited by AlexReynolds; 03-04-2013, 07:55 PM.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Best Practices for Single-Cell Sequencing Analysis
      by seqadmin



      While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
      Today, 07:15 AM
    • seqadmin
      Latest Developments in Precision Medicine
      by seqadmin



      Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

      Somatic Genomics
      “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
      05-24-2024, 01:16 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Today, 08:18 AM
    0 responses
    10 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Today, 08:04 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 06-03-2024, 06:55 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-30-2024, 03:16 PM
    0 responses
    27 views
    0 likes
    Last Post seqadmin  
    Working...
    X