Seqanswers Leaderboard Ad

Collapse

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
                          Current Approaches to Protein Sequencing
                          by seqadmin


                          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                          04-04-2024, 04:25 PM
                        • seqadmin
                          Strategies for Sequencing Challenging Samples
                          by seqadmin


                          Despite advancements in sequencing platforms and related sample preparation technologies, certain sample types continue to present significant challenges that can compromise sequencing results. Pedro Echave, Senior Manager of the Global Business Segment at Revvity, explained that the success of a sequencing experiment ultimately depends on the amount and integrity of the nucleic acid template (RNA or DNA) obtained from a sample. “The better the quality of the nucleic acid isolated...
                          03-22-2024, 06:39 AM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by seqadmin, 04-11-2024, 12:08 PM
                        0 responses
                        24 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-10-2024, 10:19 PM
                        0 responses
                        25 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-10-2024, 09:21 AM
                        0 responses
                        22 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-04-2024, 09:00 AM
                        0 responses
                        52 views
                        0 likes
                        Last Post seqadmin  
                        Working...
                        X