Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • huma Asif
    Member
    • Oct 2010
    • 53

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

    Comment

    • huma Asif
      Member
      • Oct 2010
      • 53

      #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

      • huma Asif
        Member
        • Oct 2010
        • 53

        #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

        • dpryan
          Devon Ryan
          • Jul 2011
          • 3478

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

          Comment

          • huma Asif
            Member
            • Oct 2010
            • 53

            #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

            • dpryan
              Devon Ryan
              • Jul 2011
              • 3478

              #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

              • huma Asif
                Member
                • Oct 2010
                • 53

                #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

                • dpryan
                  Devon Ryan
                  • Jul 2011
                  • 3478

                  #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

                  • huma Asif
                    Member
                    • Oct 2010
                    • 53

                    #24
                    thank you dpryan

                    Comment

                    • huma Asif
                      Member
                      • Oct 2010
                      • 53

                      #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

                      • dpryan
                        Devon Ryan
                        • Jul 2011
                        • 3478

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

                        Comment

                        Latest Articles

                        Collapse

                        • mylaser
                          Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                          by mylaser
                          Kheloyaar: The Complete Guide to Kheloyaar Loginand Kheloyaar ID
                          The online gaming industry has transformed the way people enjoy digital entertainment. As technology continues to improve, players are looking for platforms that offer convenience, security, and a seamless user experience. Kheloyaarhas gained attention among users who value an easy-to-use platform, quick account access, and a simple registration process.
                          Whether you're exploring Kheloyaar for the first time or want to understand...
                          Today, 09:27 PM
                        • 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.
                          ...
                          Today, 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...
                          Yesterday, 05:17 AM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by SEQadmin2, Today, 10:04 AM
                        0 responses
                        8 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, Yesterday, 10:08 AM
                        0 responses
                        7 views
                        0 reactions
                        Last Post SEQadmin2  
                        Started by SEQadmin2, 07-07-2026, 11:05 AM
                        0 responses
                        10 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...