Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • DESeq2 help.. design

    hello all,

    So in my experiment, we have 2 different treatments applied to 2 groups of mice (ctrl vs trt, 5 each). Within each mouse, we took 2 different tissue types (tissue, A and B). We'd like to know basically how trt different (within each tissue type and overall) (I guess after the model design, we will do contrast of various sort?). Since each experimental unit (mice) have 2 tissue types, it would be wise to block on individuals. In essence, we have:
    sampleCondition <- c(
    rep("T",2),
    rep("C",4),
    rep("T",8),
    rep("C",6)
    )

    individual <- c(
    rep("11",2),
    rep("12",2),
    rep("13",2),
    rep("14",2),
    rep("15",2),
    rep("16",2),
    rep("17",2),
    rep("18",2),
    rep("19",2),
    rep("20",2)
    )

    tissue=rep( c("A","B"), 10)

    sampleTable<-data.frame(sampleName=sampleFiles,
    filename=sampleFiles,
    treatment=sampleCondition,
    tissue=tissue,
    individual=individual)

    dds<-DESeqDataSetFromHTSeqCount(sampleTable=sampleTable,
    directory=directory,
    design=~ individual + individual:tissue + individual:treatment
    )

    and also tired:
    design=~ individual + tissue + tissue:treatment

    both of these design gave us:
    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

    I am stuck here,... sort thinking my model might be wrong? Thanks for any help!

  • #2
    cross post on Bioc: https://support.bioconductor.org/p/66449/#66479

    We try to discourage cross posting as this duplicates the effort of the people answering questions, or at the least link to the cross post so other viewers can follow the thread.

    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
    12 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