Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESeq2 model design: dose and time effect

    i have three samples each with 3 biological replicates i.e. one control and other at dose 12ug/ml and 25ug/ml at 24hr

    > library('DESeq2')

    > directory<-"./data"

    > sampleFiles <- grep("Htseq",list.files(directory),value=TRUE)

    > sampleCondition<-c("treated","treated","treated","treated","treated","treated","untreated","untreated","untreated")

    > sampleGroup <-c ("A","A","A","B","B","B","C","C","C")

    > sampleTable<-data.frame(sampleName=sampleFiles, fileName=sampleFiles, condition=sampleCondition, group=sampleGroup)

    > sampleTable

    sampleName fileName condition group
    1 24h_12ug_1.count 24h_12ug_1.count treated A
    2 24h_12ug_2.count 24h_12ug_2.count treated A
    3 24h_12ug_3.count 24h_12ug_3.count treated A
    4 24h_25ug_1.count 24h_25ug_1.count treated B
    5 24h_25ug_2.count 24h_25ug_2.count treated B
    6 24h_25ug_3.count 24h_25ug_3.count treated B
    7 24h_ctrl_1.count 24h_ctrl_1.count untreated C
    8 24h_ctrl_2.count 24h_ctrl_2.count untreated C
    9 24h_ctrl_3.count 24h_ctrl_3.count untreated C

    what should be good design if i want to see the differential expressed genes between treated vs untreated as well between different groups ?

    ddsHTSeq<-DESeqDataSetFromHTSeqCount(sampleTable=sampleTable, directory=directory, design=~group)
    OR
    ddsHTSeq<-DESeqDataSetFromHTSeqCount(sampleTable=sampleTable, directory=directory, design=~condition)

    what will be the difference between the two designs?


    I tried the following design but it gave me error

    ddsHTSeq<-DESeqDataSetFromHTSeqCount(sampleTable=sampleTable, directory=directory, design=~group + condition + condition:group)

    Error in DESeqDataSet(se, design = design, ignoreRank) :
    the model matrix is not full rank, so the model cannot be fit as specified.
    one or more variables or interaction terms in the design formula
    are linear combinations of the others and must be removed



    how will the design will change if i add three samples each with 3 biological replicates i.e. one control and other at dose 12ug/ml and 25ug/ml at 6hr
    Last edited by imsharmanitin; 08-11-2015, 08:05 AM.

  • #2
    Refer to https://www.biostars.org/p/154250/ for answer.
    Last edited by GenoMax; 08-12-2015, 07:01 AM. Reason: Clarified that question has been answered

    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...
      05-06-2024, 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, 06:57 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-06-2024, 07:17 AM
    0 responses
    16 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
    24 views
    0 likes
    Last Post seqadmin  
    Working...
    X