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
      Advanced Methods for the Detection of Infectious Disease
      by seqadmin




      The recent pandemic caused worldwide health, economic, and social disruptions with its reverberations still felt today. A key takeaway from this event is the need for accurate and accessible tools for detecting and tracking infectious diseases. Timely identification is essential for early intervention, managing outbreaks, and preventing their spread. This article reviews several valuable tools employed in the detection and surveillance of infectious diseases.
      ...
      11-27-2023, 01:15 PM
    • seqadmin
      Strategies for Investigating the Microbiome
      by seqadmin




      Microbiome research has led to the discovery of important connections to human and environmental health. Sequencing has become a core investigational tool in microbiome research, a subject that we covered during a recent webinar. Our expert speakers shared a number of advancements including improved experimental workflows, research involving transmission dynamics, and invaluable analysis resources. This article recaps their informative presentations, offering insights...
      11-09-2023, 07:02 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 09:55 AM
    0 responses
    11 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-30-2023, 10:48 AM
    0 responses
    17 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-29-2023, 08:26 AM
    0 responses
    14 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 11-29-2023, 08:12 AM
    0 responses
    14 views
    0 likes
    Last Post seqadmin  
    Working...
    X