Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Galgarad
    Junior Member
    • Jul 2012
    • 8

    cummeRbund partitioning and heatmap

    Hi guys,

    I'm playing around with cummeRbund, and I have some questions I would like to ask you.

    First, I would like to cluster a subset of genes and to plot them in a heatmap. I found on this forum how to create a list of genes, and how to draw a heatmap.

    > myIDs<-read.table("text.txt")
    > myIDs<-as.vector(myIDs$V1)
    > myGenes<-getGenes(cuff,myIDs)

    > h<-csHeatmap(myGenes,cluster='both')
    > h



    Now that gives a heatmap with the genes I want, but I somehow think that the clustering is not adequate. I tried to do the partitioning thing like so :

    > ic<-csCluster(myGenes,k=4)

    And then, I figured I could only draw a heatmap with the output of csCluster

    > hic<-csHeatmap(ic)

    And of course it doesn't work.

    Do you guys know how I could plot a heatmap from the csCluster?

    Thanks!
  • Charitra
    Member
    • Feb 2013
    • 57

    #2
    did you get the answer?



    Originally posted by Galgarad View Post
    Hi guys,

    I'm playing around with cummeRbund, and I have some questions I would like to ask you.

    First, I would like to cluster a subset of genes and to plot them in a heatmap. I found on this forum how to create a list of genes, and how to draw a heatmap.

    > myIDs<-read.table("text.txt")
    > myIDs<-as.vector(myIDs$V1)
    > myGenes<-getGenes(cuff,myIDs)

    > h<-csHeatmap(myGenes,cluster='both')
    > h



    Now that gives a heatmap with the genes I want, but I somehow think that the clustering is not adequate. I tried to do the partitioning thing like so :

    > ic<-csCluster(myGenes,k=4)

    And then, I figured I could only draw a heatmap with the output of csCluster

    > hic<-csHeatmap(ic)

    And of course it doesn't work.

    Do you guys know how I could plot a heatmap from the csCluster?

    Thanks!

    Comment

    • Galgarad
      Junior Member
      • Jul 2012
      • 8

      #3
      No, I didn't.

      However, I figured a way to do it in R, without cummeRbund. It is not elegant, but it works well! Let me know if you want to see it.

      Comment

      • Charitra
        Member
        • Feb 2013
        • 57

        #4
        Please tell me how you have managed to do. I need to make heatmap with -1 0 +1 range (not the log 10 RPKM value).
        Can you reply please.
        Thank you


        Originally posted by Galgarad View Post
        No, I didn't.

        However, I figured a way to do it in R, without cummeRbund. It is not elegant, but it works well! Let me know if you want to see it.

        Comment

        • Galgarad
          Junior Member
          • Jul 2012
          • 8

          #5
          I will.

          Are you familiar with R?

          Comment

          • Charitra
            Member
            • Feb 2013
            • 57

            #6
            Yes, I am using cummeRbund.

            Comment

            • anthurium
              Junior Member
              • Apr 2013
              • 4

              #7
              Hello everybody,

              I ran the cuffdiff analysis on 8 samples and I ran the csCluster command in cummeRbund in order to clusterize genes in my samples.
              I would like to clusterize genes considering only a subset of my samples (ex. only four samples). Is there the possibility to select the samples for which I want to clusterize the genes?
              thanks

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Pathogen Surveillance with Advanced Genomic Tools
                by seqadmin




                The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
                Yesterday, 11:48 AM
              • seqadmin
                New Genomics Tools and Methods Shared at AGBT 2025
                by seqadmin


                This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

                The Headliner
                The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
                03-03-2025, 01:39 PM
              • seqadmin
                Investigating the Gut Microbiome Through Diet and Spatial Biology
                by seqadmin




                The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
                02-24-2025, 06:31 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, 03-20-2025, 05:03 AM
              0 responses
              34 views
              0 reactions
              Last Post seqadmin  
              Started by seqadmin, 03-19-2025, 07:27 AM
              0 responses
              43 views
              0 reactions
              Last Post seqadmin  
              Started by seqadmin, 03-18-2025, 12:50 PM
              0 responses
              35 views
              0 reactions
              Last Post seqadmin  
              Started by seqadmin, 03-03-2025, 01:15 PM
              0 responses
              190 views
              0 reactions
              Last Post seqadmin  
              Working...