Unconfigured Ad

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Xi Wang
    Senior Member
    • Oct 2009
    • 317

    #1

    SeqGSEA: Gene Set Enrichment Analysis of RNA-Seq Data

    I am glad to introduce to you guys a new Bioconductor package, SeqGSEA, developed by our group. The detailed description of this package is:

    SeqGSEA: Gene set enrichment analysis of high-throughput RNA-Seq data by integrating differential expression and splicing. Using negative binomial distribution to model read count data, which accounts for sequencing biases and biological variation. Statistical significance of each gene set investigated is reached by subject permutation. Based on the permutation, statistical significance regarding to each gene's differential expression and splicing can also be achieved , respectively.

    The package can be accessed at the URL:
    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.


    Should you have any questions, comments, or suggestions, please feel free to email me at (xi.wang (at) newcastle.edu.au). Thanks.
    Xi Wang
  • xkcao
    Junior Member
    • Apr 2013
    • 3

    #2
    Could you offer an example and describe how to use this package for RNA-seq data analysis?

    Comment

    • Xi Wang
      Senior Member
      • Oct 2009
      • 317

      #3
      Originally posted by xkcao View Post
      Could you offer an example and describe how to use this package for RNA-seq data analysis?
      Thanks for your message. I have included an example in Section 6 in the package's vignette available at http://bioconductor.org/packages/rel...oc/SeqGSEA.pdf

      Any further questions or comments please feel free to let me know. Thanks.
      Xi Wang

      Comment

      • wilson90
        Member
        • May 2012
        • 48

        #4
        I am sorry, but it is not available for R version 2.15.1. Is it still available?

        Comment

        • Xi Wang
          Senior Member
          • Oct 2009
          • 317

          #5
          The package SeqGSEA started with R version 3.0.0. Perhaps you need to install the latest release of R. If you are not happy with the latest R, and if you are based on Linux platform, you can download the tar ball of the package at

          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.


          and type 'R CMD INSTALL SeqGSEA_1.0.2.tar.gz' to install.

          Cheers
          Xi
          Xi Wang

          Comment

          • master_shake
            Junior Member
            • Jul 2012
            • 4

            #6
            Using EasyRNASeq for SeqGSEA

            The latest vignette claims one can use easyRNAseq for read counts. Using easyRNAseq, should one count exons, or genes? Also, how should the file be outputted, as a summarized experiment? A count table? Normalized values for DESeq?

            Comment

            • Xi Wang
              Senior Member
              • Oct 2009
              • 317

              #7
              Originally posted by master_shake View Post
              The latest vignette claims one can use easyRNAseq for read counts. Using easyRNAseq, should one count exons, or genes? Also, how should the file be outputted, as a summarized experiment? A count table? Normalized values for DESeq?
              Thanks for checking the latest version of SeqGSEA :-)

              You should also count reads on exons, and output the read counts per sample. As to the format, please refer to the files in the directory:

              Code:
              dat.dir = system.file("extdata", package="SeqGSEA", mustWork=TRUE)
              Perhaps I will provide an easier way to connect easyRNAseq and SeqGSEA in the upcoming versions.

              Cheers
              Xi
              Xi Wang

              Comment

              • wilson90
                Member
                • May 2012
                • 48

                #8
                Just wondering, what is a geneset file?
                How do you define the geneset file?
                Any example format?
                Thank you.

                Comment

                • Xi Wang
                  Senior Member
                  • Oct 2009
                  • 317

                  #9
                  Originally posted by wilson90 View Post
                  Just wondering, what is a geneset file?
                  How do you define the geneset file?
                  Any example format?
                  Thank you.
                  Thanks for considering SeqGSEA.

                  The gene sets can be downloaded from http://www.broadinstitute.org/gsea/msigdb/index.jsp

                  Or in GMT format if you want to specify yourself
                  http://www.broadinstitute.org/cancer..._.28.2A.gmt.29
                  Xi Wang

                  Comment

                  • Yvone
                    Junior Member
                    • Oct 2013
                    • 6

                    #10
                    I noticed that SeqGSEA uses the object CountDataSet from DESeq. As I am currently using DESeq2, the main object for analyses are DESeqDataSet and cannot be adopted directively in SeqGSEA. I guess these two things are similar, but is there an easy way to transform DESeqDataSet to CountDataSet?

                    Comment

                    • rpauly
                      Member
                      • Apr 2011
                      • 32

                      #11
                      Sample data available?

                      Hi,

                      I came across the SeqGSEA package for GSEA of RNA-seq data.
                      We extensively work on cancer data sets and found this tool to be quite intriguing.

                      I was wondering if there is sample data set available to understand all the formats of the file. I am already have the DESEQ count files available.

                      ~Thanks,
                      Rini

                      Comment

                      • Xi Wang
                        Senior Member
                        • Oct 2009
                        • 317

                        #12
                        Originally posted by Yvone View Post
                        I noticed that SeqGSEA uses the object CountDataSet from DESeq. As I am currently using DESeq2, the main object for analyses are DESeqDataSet and cannot be adopted directively in SeqGSEA. I guess these two things are similar, but is there an easy way to transform DESeqDataSet to CountDataSet?
                        I will try to move to DESeq2 in the future but at present the most easy way to deal with this issue is just rerun DESeq analysis using the SeqGSEA pipeline. We have already provided one all-in command to go through all analyses.

                        Cheers
                        Xi
                        Xi Wang

                        Comment

                        • Xi Wang
                          Senior Member
                          • Oct 2009
                          • 317

                          #13
                          Originally posted by rpauly View Post
                          Hi,

                          I came across the SeqGSEA package for GSEA of RNA-seq data.
                          We extensively work on cancer data sets and found this tool to be quite intriguing.

                          I was wondering if there is sample data set available to understand all the formats of the file. I am already have the DESEQ count files available.

                          ~Thanks,
                          Rini
                          A set of example data can be found by executing the following command:
                          system.file("extdata", package="SeqGSEA", mustWork=TRUE)
                          Xi Wang

                          Comment

                          • Yvone
                            Junior Member
                            • Oct 2013
                            • 6

                            #14
                            Thanks for your quick reply.

                            I have other questions.
                            1). Regarding independent filtering of weakly expressed genes in DE analyses, is it also needed in SeqGSEA?
                            2). Can I apply multi-factor design in SeqGSEA? In DESeq, I applied glm models to correct variations by other factoers than my interest, for example, calculate DE genes for the treatment while correcting for sex, batch effect. Does SeqGSEA also allow a multi-factor design?

                            Comment

                            • Xi Wang
                              Senior Member
                              • Oct 2009
                              • 317

                              #15
                              Originally posted by Yvone View Post
                              Thanks for your quick reply.

                              I have other questions.
                              1). Regarding independent filtering of weakly expressed genes in DE analyses, is it also needed in SeqGSEA?
                              2). Can I apply multi-factor design in SeqGSEA? In DESeq, I applied glm models to correct variations by other factoers than my interest, for example, calculate DE genes for the treatment while correcting for sex, batch effect. Does SeqGSEA also allow a multi-factor design?
                              1) I suggestion you feed all genes to SeqGSEA, and SeqGSEA would apply itself filter to exclude unexpressed genes.
                              2) Sorry with the current version cannot.
                              Xi Wang

                              Comment

                              Latest Articles

                              Collapse

                              • SEQadmin2
                                How Immunogenomics Decodes Immunity’s Genetic Blueprint
                                by SEQadmin2




                                The immune system’s power comes from its genetic diversity, allowing myriad threats to be neutralized through first recognizing foreign antigens. That diversity is also what makes the immune system so difficult to study. Recent advances in sequencing technology and computational biology, however, are giving researchers new tools to understand immune responses and immune-related diseases in greater detail.

                                This convergence of genetics, immunology, and computation...
                                Today, 05:41 AM
                              • SEQadmin2
                                Beyond CRISPR/Cas9: Understand, Choose, and Use the Right Genome Editing Tool
                                by SEQadmin2



                                CRISPR/Cas9 sparked the gene editing revolution for both research and therapeutics.1 But this system still showed severe issues that limited its applications. The most prominent were the heavy reliance on PAM sequences, delivery limitations, double-stranded breaks that prompt unintended edits and cell death, and editing inefficiency (both in targeting and in knock-in reliability).

                                Despite this, “CRISPR helped turn genome editing from a specialized technique into
                                ...
                                07-31-2026, 11:01 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, 08-24-2026, 10:32 AM
                              0 responses
                              42 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-20-2026, 11:17 AM
                              0 responses
                              48 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-18-2026, 10:05 AM
                              0 responses
                              55 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 08-13-2026, 12:22 PM
                              0 responses
                              50 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...