Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shorash
    Member
    • Sep 2012
    • 18

    Circos graphs for transcriptomes

    I'm trying to plot two of my datasets (transcriptomes) against an available genome in a circos graph to visualise regions of overlap/similairity etc. I have been looking into a program named Circos, however it doesn't look like it can be done using this program.

    Has anyone created visualisations for transcriptomic data in the form of circos graphs?
  • Björn_P.
    Junior Member
    • Sep 2012
    • 3

    #2
    You can find some examples of Circos beeing used for transcriptome visualisation on their page:

    aesthetics,alignment,analysis,bioinformatics,cancer,circos,circular,comparative,conservation,data visualization,design,evolution,evolutionary,gene,genetic,genome,genome sciences centre,genomic,genomics,graph,graphics,human,human genome,infovis,martin krzywinski,rearrangement,science,sequence,somatic,structural,synteny

    Comment

    • amitm
      Member
      • Feb 2011
      • 52

      #3
      hi Shorash,
      Circos is data agnostic and needs to be told what to be plotted where. If you have your transcript mappings, lets say start & end coords, then use the highlights feature of Circos. In the example/etc/ directory of Circos folder, look into the circos.conf file.

      Look for a block of code like this where the type = highlight -
      Specifics can be different.

      <plot>
      type = highlight
      file = data/Some_coords.txt
      r0 = 0.80r
      r1 = 0.85r
      fill_color = dred
      stroke_thickness = 1p
      stroke_color = vdred
      </plot>

      The file being referred to is in the example/data/ directory of Circos main folder.
      The data format being like -

      hs11 3393778 3393865
      hs12 93894557 93895672

      This should get you started. The coordinates being passed could be anything. Circos would just plot it like in this image (sort of) -


      This should get you started

      Comment

      • jmw86069
        Member
        • Jun 2009
        • 31

        #4
        With due respect, if your goal is to produce a plot which shows the overlaps/similarities of two transcriptomes, I'm not sure a Circos plot is the answer. If the transcriptomes are from different organisms or strains, you'd essentially be comparing two sets of transcriptomes aligned to the same reference genome -- and I imagine that most of the genome would be empty. The image linked above is what I envisioned as well, which shows a lot of tiny colored features which may or may not be overlapping any other tiny colored features. To me, that isn't using Circos to the fullest.
        You'd likely want to process your data further -- if the comparison is what you want to show, you may need to produce data which represents that comparison, then plot that. For example, instead of plotting two tracks across an entire genome and hoping the eye will pick out shared/unique regions, create one track which already represents which regions are shared and unique. Even then, this sort of plot seems aimed at showing whether large collective regions of a genome are mostly shared or mostly not shared. In the event that the shared/unique regions are randomly scattered across the genome (my guess) then this plot is going to look like a really beautiful representation of random noise. I suppose that has its own benefits...

        Comment

        Latest Articles

        Collapse

        • SEQadmin2
          Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
          by SEQadmin2



          Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
          ...
          07-09-2026, 11:10 AM
        • SEQadmin2
          Cancer Drug Resistance: The Lingering Barrier to Rising Survival
          by SEQadmin2



          Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

          There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
          07-08-2026, 05:17 AM
        • GATTACAT
          Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
          by GATTACAT
          Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
          07-01-2026, 11:43 AM

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 07-13-2026, 10:26 AM
        0 responses
        20 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-09-2026, 10:04 AM
        0 responses
        30 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-08-2026, 10:08 AM
        0 responses
        18 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 07-07-2026, 11:05 AM
        0 responses
        34 views
        0 reactions
        Last Post SEQadmin2  
        Working...