Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESeq - Error: subscript out of bounds

    Hi,

    I'm getting the following error when I try to take a subset from the data for analysis:

    > conds
    [1] "Ag" "Ti" "Qd" "Zn" "Ctrl"
    > head( counts(cds) )
    ag ti qd zn ctrl
    1 29 14 8 15 16
    2 3 2 1 3 2
    3 2 1 1 5 0
    4 3 2 1 5 1
    5 1 1 2 1 1
    6 2 1 1 2 4
    >cds <- estimateSizeFactors( cds )
    > cds2 <- cds[,c("Ag","Ctrl")]
    Error: subscript out of bounds


    Any suggestions?

    Charles

  • #2
    it's

    cds2 <- count(cds)[,c("Ag","Ctrl")]
    Last edited by NicoBxl; 11-16-2010, 06:44 AM.

    Comment


    • #3
      Did you find a solution for this? I am getting the same error and am not sure how to fix it:

      > conds
      [1] treated untreated
      Levels: treated untreated
      > cds2 <-cds[,c("treated", "untreated") ]
      Error: subscript out of bounds
      > cds2 <-count(cds)[,c("treated", "untreated") ]
      Error: could not find function "count"
      > cds2 <-counts(cds)[,c("treated", "untreated") ]
      Error: subscript out of bounds

      Comment


      • #4
        If you take a asubset from a matrix-like object such as an ExpressionSet or a CountDataSet, using the idiom
        Code:
        cds[,c("a","b","c")]
        , the strings "a", "b", "c" are supposed to be column names (here: sample names), not conditions.

        Comment


        • #5
          Thank you, that worked!

          Comment


          • #6
            Originally posted by Simon Anders View Post
            If you take a asubset from a matrix-like object such as an ExpressionSet or a CountDataSet, using the idiom
            Code:
            cds[,c("a","b","c")]
            , the strings "a", "b", "c" are supposed to be column names (here: sample names), not conditions.

            Thank you so much! It worked like a charm.... Keep up the good work!

            Comment


            • #7
              --------------------------------------------
              Last edited by sheibani; 07-29-2015, 02:39 AM.

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Recent Advances in Sequencing Analysis Tools
                by seqadmin


                The sequencing world is rapidly changing due to declining costs, enhanced accuracies, and the advent of newer, cutting-edge instruments. Equally important to these developments are improvements in sequencing analysis, a process that converts vast amounts of raw data into a comprehensible and meaningful form. This complex task requires expertise and the right analysis tools. In this article, we highlight the progress and innovation in sequencing analysis by reviewing several of the...
                Yesterday, 07:48 AM
              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin




                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                04-22-2024, 07:01 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Yesterday, 07:17 AM
              0 responses
              11 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 05-02-2024, 08:06 AM
              0 responses
              19 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-30-2024, 12:17 PM
              0 responses
              20 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-29-2024, 10:49 AM
              0 responses
              28 views
              0 likes
              Last Post seqadmin  
              Working...
              X