Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wmseq
    Member
    • May 2011
    • 71

    Why could I not find "kegg.gsets" function in gage package?

    Hi bigmw,
    I could not find the function of "kegg.gsets" in gage package. Do you have any idea about it?
    Was it because I used version 2. 12.0 instead of 2.11.3?
    > library(gage)
    > ?kegg.gsets
    No documentation for ‘kegg.gsets’ in specified packages and libraries:
    you could try ‘??kegg.gsets’

    Thanks a lot!!

    Richard
    Last edited by wmseq; 11-25-2013, 12:53 PM.
  • bigmw
    Senior Member
    • Aug 2013
    • 124

    #2
    kegg.gsets is a new function introduced into gage since Bioconductor 2.13 (gage version >= 2.12.0).
    Make sure you install the current release version here:
    GAGE is a published method for gene set (enrichment or GSEA) or pathway analysis. GAGE is generally applicable independent of microarray or RNA-Seq data attributes including sample sizes, experimental designs, assay platforms, and other types of heterogeneity, and consistently achieves superior performance over other frequently used methods. In gage package, we provide functions for basic GAGE analysis, result processing and presentation. We have also built pipeline routines for of multiple GAGE analyses in a batch, comparison between parallel analyses, and combined analysis of heterogeneous data from different sources/studies. In addition, we provide demo microarray data and commonly used gene set data based on KEGG pathways and GO terms. These funtions and data are also useful for gene set analysis using other methods.

    Comment

    • wmseq
      Member
      • May 2011
      • 71

      #3
      Thanks, bigmw!
      I am sure I installed it from Bioconducto 2.13.
      The commands I used are as follows:
      source("http://bioconductor.org/biocLite.R")
      biocLite("gage")

      Comment

      • bigmw
        Senior Member
        • Aug 2013
        • 124

        #4
        The the package version biocLite() installs depends on your R/Bioconductor version. To install the current release of bioc packages like gage, you have to make sure your R/Bioconductor version is or newer than 3.0/2.13. To check the status/versions of your bioc packages:
        If you are sure you have R version 3.0 or later:
        library(BiocInstaller)
        biocValid()

        If you are not sure, do:
        sessionInfo()

        I would expect you see outdated R/Bioconductor (and package) versions from above output. To install or update your R/Bioconductor, please check:
        The Bioconductor project aims to develop and share open source software for precise and repeatable analysis of biological data. We foster an inclusive and collaborative community of developers and data scientists.

        Comment

        • wmseq
          Member
          • May 2011
          • 71

          #5
          Hi bigmw,
          I have solved the problem. It was because some files in a local directory could not be updated automatically, so that they have to be removed by hand, and than update R.

          Now, I can find "kegg.gsets" function, but when I ran the following command, I got another error message.

          > kg.ame=kegg.gsets("ame")
          Error in korg[ridx, coln] : subscript out of bounds

          Do you have any idea on its fixing?

          Thanks!

          Richard

          Comment

          • bigmw
            Senior Member
            • Aug 2013
            • 124

            #6
            The code I give you has been tested across multiple platforms. Below is what I got on my computers. No sure what happened on your side.
            You seem to have many odd problems with your computer based on your previous questions/notes. I would suggest you either find another computer or clean up your system (if you can) and resintall the updated R/Bioconductor, gage, pathview and other package from scratch. This will make your work much easier.

            > kg.ame=kegg.gsets("ame")
            > lapply(kg.ame, head, 3)
            $kg.sets
            $kg.sets$`ame00010 Glycolysis / Gluconeogenesis`
            [1] "408559" "408654" "409624" "409773" "410122" "411140" "411188" "411576" "411897" "412362" "412522" "412843" "413924"
            [14] "550687" "550785" "551005" "551039" "551103" "551154" "551631" "552007" "552086" "552678" "552736" "724724" "725455"
            [27] "726117" "726225" "727153" "727456"

            $kg.sets$`ame00020 Citrate cycle (TCA cycle)`


            $sigmet.idx
            [1] 76 82 83

            $sig.idx
            [1] 76 82 83

            $met.idx
            [1] 1 2 3

            $dise.idx
            integer(0)

            Comment

            • wmseq
              Member
              • May 2011
              • 71

              #7
              Thanks a lot, bigmw!
              I will consult a computer guy to do it.

              Comment

              • bigmw
                Senior Member
                • Aug 2013
                • 124

                #8
                One thing you may also consider is to double check that gage has readlly been updated and successfully reloaded. You may want to restart an R session, and do:
                library(gage)
                kg.ame=kegg.gsets("ame")

                If the same problem still persist, do:
                sessionInfo()

                and post the output here.

                Comment

                Latest Articles

                Collapse

                • mylaser
                  Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                  by mylaser
                  Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
                  If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
                  This guide explains everything you need to know about...
                  Yesterday, 01:13 AM
                • 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

                ad_right_rmr

                Collapse

                News

                Collapse

                Topics Statistics Last Post
                Started by SEQadmin2, 07-09-2026, 10:04 AM
                0 responses
                19 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-08-2026, 10:08 AM
                0 responses
                11 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-07-2026, 11:05 AM
                0 responses
                26 views
                0 reactions
                Last Post SEQadmin2  
                Started by SEQadmin2, 07-02-2026, 11:08 AM
                0 responses
                31 views
                0 reactions
                Last Post SEQadmin2  
                Working...