Announcement

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

  • #16
    i am using
    > packageVersion("DEXSeq")
    [1] ‘1.10.8’

    Comment


    • #17
      > ecs <- read.HTSeqCounts(
      + sampleTable$countFile,
      + sampleTable,
      + flattenedfile="gene.gff")
      Error in checkAtAssignment("character", "annotationFile", "character") :
      ‘annotationFile’ is not a slot in class “character”
      In addition: Warning message:
      'newExonCountSet' is deprecated.
      Use 'DEXSeqDataSet' instead.
      See help("Deprecated")
      Last edited by huma Asif; 08-06-2014, 11:05 AM.

      Comment


      • #18
        please help me in creating
        DEXSeqDataSet
        i am confused what shall i give in place of countFiles
        where do i specify my files in this code



        dxd = DEXSeqDataSetFromHTSeq(
        countFiles,
        sampleData=sampleTable,
        design= ˜ sample + exon + condition:exon,
        flattenedfile=flattenedFile )

        Comment


        • #19
          Please read
          Code:
          help(DEXSeqDataSetFromHTSeq)
          You'll see that the countFiles are the files containing counts produced by dexseq_count.py.

          Comment


          • #20
            thank you i read all that but do i need to write names of my count file or path where my files are my current diectory is where my gff and count files are

            Comment


            • #21
              Normally you create a character vector containing filenames that you would use (it's usually best to just make a CSV file with all of this and then load it). Otherwise, yes, you have to type it all by hand.

              Comment


              • #22
                while its going let me explain you a problem about DESeq
                i tried to use input file with genenames but it was giving me this error
                Error in round(countData) : non-numeric argument to mathematical function

                so what i did in analysis i cut the column with gene name
                now problem is the interpretation of result as in output i have id and i am confused how to combine this info with my gene
                i want to attach my count file but here is no option to attach



                output (total)
                id baseMean baseMeanA baseMeanB foldChange log2FoldChange pval padj
                18 32.80688778 4.323701761 61.2900738 14.17537036 3.825314524 0.034361637 0.836923637

                output to see just significant
                id baseMean baseMeanA baseMeanB foldChange log2FoldChange pval padj
                15959 3564.773938 16.43006669 7113.11781 432.9329846 8.757999912 8.02E-20 1.39E-15

                problem here is what this id is telling me and how i am going to combine with gene names

                please do reply atleast this DESeq output will give me an idea to compare with others

                Comment


                • #23
                  That ID corresponds to whatever you counted on in your annotation file. If the corresponding names are in the file then just load it (see the GenomicFeatures package) and use that. Alternatively, there are annotation packages for many organisms, so just load the appropriate one in R and use it.

                  Comment


                  • #24
                    thank you dpryan

                    Comment


                    • #25
                      can you help me how i can get rid of 1,2,3, in first column
                      > head(rawcounts)
                      Gene.ID A B
                      1 WASH7P 1 0
                      2 FAM138A 0 0
                      3 FAM138F 0 0
                      4 OR4F5 0 0
                      5 LOC100132062 0 0
                      6 LOC100132287 0 0
                      i tried
                      rawcounts <- read.delim("counts.txt", header=TRUE, sep="/t", row.names="Gene.ID")
                      but it doesnot work

                      Comment


                      • #26
                        You might just try:
                        Code:
                        rawcounts <- read.delim("counts.txt", header=T, row.names=1)

                        Comment

                        Latest Articles

                        Collapse

                        • seqadmin
                          Advanced Tools Transforming the Field of Cytogenomics
                          by seqadmin


                          At the intersection of cytogenetics and genomics lies the exciting field of cytogenomics. It focuses on studying chromosomes at a molecular scale, involving techniques that analyze either the whole genome or particular DNA sequences to examine variations in structure and behavior at the chromosomal or subchromosomal level. By integrating cytogenetic techniques with genomic analysis, researchers can effectively investigate chromosomal abnormalities related to diseases, particularly...
                          09-26-2023, 06:26 AM
                        • seqadmin
                          How RNA-Seq is Transforming Cancer Studies
                          by seqadmin



                          Cancer research has been transformed through numerous molecular techniques, with RNA sequencing (RNA-seq) playing a crucial role in understanding the complexity of the disease. Maša Ivin, Ph.D., Scientific Writer at Lexogen, and Yvonne Goepel Ph.D., Product Manager at Lexogen, remarked that “The high-throughput nature of RNA-seq allows for rapid profiling and deep exploration of the transcriptome.” They emphasized its indispensable role in cancer research, aiding in biomarker...
                          09-07-2023, 11:15 PM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by seqadmin, Today, 09:36 AM
                        0 responses
                        6 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, Yesterday, 07:14 AM
                        0 responses
                        11 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 09-29-2023, 09:38 AM
                        0 responses
                        13 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 09-27-2023, 06:57 AM
                        0 responses
                        14 views
                        0 likes
                        Last Post seqadmin  
                        Working...
                        X